COLOR #E4ABF5

HEX: #E4ABF5 RGB: (228,171,245)

Color info

#E4ABF5 contains mainly red and blue colors. Web safe color of #E4ABF5 is #CC99FF (or #C9F).

RGB color model

#E4ABF5 color RGB value is (228,171,245).

RGB: (228,171,245) (89%, 67%, 96%)

RGB channels and saturation

R 228 of 255 = 89%
G 171 of 255 = 67%
B 245 of 255 = 96%

228
171
245

R + G + B ~ 84%. #E4ABF5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 171 + 245 = 644 (100%)
R 228 of 644 ~ 35.4%
G 171 of 644 ~ 26.55%
B 245 of 644 ~ 38.04'%

%35.4
%26.55
%38.04

CMYK color model

#E4ABF5 color CMYK value is (7,30,0,4).

  • cyan value is 6.94%
  • magenta value is 30.20%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (7,30,0,4)
C7M30Y0K4 (7%, 30%, 0%, 4%)
(0.07 / 0.30 / 0.00 / 0.04)

CMYK percentages

%6.94
%30.2
%0
%3.92

Codes

Color #E4ABF5 in popluar color models

E4 AB F5
RGB 228 171 245
HSL 286° 78.72% 81.57%
HSB/HSV 286° 30.20% 96.08%
CMYK 6.94% 30.20% 0.00%
3.92%

Color #E4ABF5 in popluar number systems.

HEX E4 AB F5
Decimal 228 171 245
Binary 11100100 10101011 11110101
Octal 344 253 365

Shades and tints

Shades of #E4ABF5

#E4ABF5
(228,171,245)
#D09CDF
(208,156,223)
#BC8DC9
(188,141,201)
#A87EB3
(168,126,179)
#946F9D
(148,111,157)
#806087
(128,96,135)
#6C5171
(108,81,113)
#58425B
(88,66,91)
#443345
(68,51,69)
#30242F
(48,36,47)
#1C1519
(28,21,25)
#000000
(0,0,0)

Tints of #E4ABF5

#E4ABF5
(228,171,245)
#E6B2F5
(230,178,245)
#E8B9F5
(232,185,245)
#EAC0F5
(234,192,245)
#ECC7F5
(236,199,245)
#EECEF5
(238,206,245)
#F0D5F5
(240,213,245)
#F2DCF5
(242,220,245)
#F4E3F5
(244,227,245)
#F6EAF5
(246,234,245)
#F8F1F5
(248,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4ABF5 color. Also use rgb(228,171,245) instead hex code.

Text Font Color

.myTextColor { color: #E4ABF5; }

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

This text font color is #E4ABF5.

Background Color

.myBgColor { background-color: #E4ABF5; }

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

This div background color is #E4ABF5.

Border color

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

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

This div border color is #E4ABF5.

Opacity

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

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

Text with #E4ABF5 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 #E4ABF5;}

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

This text has shadow with #E4ABF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4ABF5.

Preview

Color preview on black background

This text has color #E4ABF5 on black background.


Color preview on white background

This text has color #E4ABF5 on white background.


Black color preview on #E4ABF5 background

This text has black color on #E4ABF5 background.


White color preview on #E4ABF5 background

This text has white color on #E4ABF5 background.


Related colors

Complementary color

Complementary color for #hex is #1B540A.


I love getcolorcode.com

Triadic colors

1 #F5E4AB and #ABF5E4 with #E4ABF5 are triadic colors.

2 #F5ABE4 and #ABE4F5 with #E4ABF5 are triadic colors.