COLOR #E46DEF

HEX: #E46DEF RGB: (228,109,239)

Color info

#E46DEF contains mainly red and blue colors. Web safe color of #E46DEF is #CC66FF (or #C6F).

RGB color model

#E46DEF color RGB value is (228,109,239).

RGB: (228,109,239) (89%, 43%, 94%)

RGB channels and saturation

R 228 of 255 = 89%
G 109 of 255 = 43%
B 239 of 255 = 94%

228
109
239

R + G + B ~ 75%. #E46DEF is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 109 + 239 = 576 (100%)
R 228 of 576 ~ 39.58%
G 109 of 576 ~ 18.92%
B 239 of 576 ~ 41.49'%

%39.58
%18.92
%41.49

CMYK color model

#E46DEF color CMYK value is (5,54,0,6).

  • cyan value is 4.60%
  • magenta value is 54.39%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (5,54,0,6)
C5M54Y0K6 (5%, 54%, 0%, 6%)
(0.05 / 0.54 / 0.00 / 0.06)

CMYK percentages

%4.6
%54.39
%0
%6.27

Codes

Color #E46DEF in popluar color models

E4 6D EF
RGB 228 109 239
HSL 295° 80.25% 68.24%
HSB/HSV 295° 54.39% 93.73%
CMYK 4.60% 54.39% 0.00%
6.27%

Color #E46DEF in popluar number systems.

HEX E4 6D EF
Decimal 228 109 239
Binary 11100100 1101101 11101111
Octal 344 155 357

Shades and tints

Shades of #E46DEF

#E46DEF
(228,109,239)
#D064DA
(208,100,218)
#BC5BC5
(188,91,197)
#A852B0
(168,82,176)
#94499B
(148,73,155)
#804086
(128,64,134)
#6C3771
(108,55,113)
#582E5C
(88,46,92)
#442547
(68,37,71)
#301C32
(48,28,50)
#1C131D
(28,19,29)
#000000
(0,0,0)

Tints of #E46DEF

#E46DEF
(228,109,239)
#E67AF0
(230,122,240)
#E887F1
(232,135,241)
#EA94F2
(234,148,242)
#ECA1F3
(236,161,243)
#EEAEF4
(238,174,244)
#F0BBF5
(240,187,245)
#F2C8F6
(242,200,246)
#F4D5F7
(244,213,247)
#F6E2F8
(246,226,248)
#F8EFF9
(248,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E46DEF color. Also use rgb(228,109,239) instead hex code.

Text Font Color

.myTextColor { color: #E46DEF; }

<p style="color:#E46DEF">This sample text font color is #E46DEF.</p>

This text font color is #E46DEF.

Background Color

.myBgColor { background-color: #E46DEF; }

<div style="background-color:#E46DEF">Inner text</div>

This div background color is #E46DEF.

Border color

.myBorderColor { border: 1px solid #E46DEF; }

<div style="border:3px solid #E46DEF">Div</div>

This div border color is #E46DEF.

Opacity

.myOpacity80 { color: #E46DEF; opacity: 0.8; }

<p style="color:#E46DEF;opacity:0.8;">80%</p>

Text with #E46DEF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E46DEF;}

<p style="text-shadow: 3px 3px 1px #E46DEF">Text here.</p>

This text has shadow with #E46DEF color.


.textShadow {text-shadow: 3px 3px 1px #E46DEF', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E46DEF, 5px 5px 20px red">Text here.</p>

This text has shadow with #E46DEF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E46DEF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E46DEF, Direction=45, Strength=4)">Text</p>

This text has shadow with #E46DEF and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E46DEF;
-webkit-box-shadow: 1px 1px 3px 2px #E46DEF;
box-shadow: 1px 1px 3px 2px #E46DEF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E46DEF; -webkit-box-shadow: 1px 1px 3px 2px #E46DEF; box-shadow:1px 1px 3px 2px #E46DEF;">
Div content here
</div>

This div box has shadow with color #E46DEF.

Preview

Color preview on black background

This text has color #E46DEF on black background.


Color preview on white background

This text has color #E46DEF on white background.


Black color preview on #E46DEF background

This text has black color on #E46DEF background.


White color preview on #E46DEF background

This text has white color on #E46DEF background.


Related colors

Complementary color

Complementary color for #hex is #1B9210.


I love getcolorcode.com

Triadic colors

1 #EFE46D and #6DEFE4 with #E46DEF are triadic colors.

2 #EF6DE4 and #6DE4EF with #E46DEF are triadic colors.