COLOR #E488B3

HEX: #E488B3 RGB: (228,136,179)

Color info

#E488B3 contains mainly red and blue colors. Web safe color of #E488B3 is #CC9999 (or #C99).

RGB color model

#E488B3 color RGB value is (228,136,179).

RGB: (228,136,179) (89%, 53%, 70%)

RGB channels and saturation

R 228 of 255 = 89%
G 136 of 255 = 53%
B 179 of 255 = 70%

228
136
179

R + G + B ~ 71%. #E488B3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 136 + 179 = 543 (100%)
R 228 of 543 ~ 41.99%
G 136 of 543 ~ 25.05%
B 179 of 543 ~ 32.97'%

%41.99
%25.05
%32.97

CMYK color model

#E488B3 color CMYK value is (0,40,21,11).

  • cyan value is 0.00%
  • magenta value is 40.35%
  • yellow value is 21.49%
  • key color value is 10.59%
CMYK: (0,40,21,11) C0M40Y21K11 (0%,40%,21%,11%) (0.00/0.40/0.21/0.11) 

CMYK percentages

%0
%40.35
%21.49
%10.59

Codes

Color #E488B3 in popluar color models

E4 88 B3
RGB 228 136 179
HSL 332° 63.01% 71.37%
HSB/HSV 332° 40.35% 89.41%
CMYK 0.00% 40.35% 21.49%
10.59%

Color #E488B3 in popluar number systems.

HEX E4 88 B3
Decimal 228 136 179
Binary 11100100 10001000 10110011
Octal 344 210 263

Shades and tints

Shades of #E488B3

#E488B3
(228,136,179)
#D07CA3
(208,124,163)
#BC7093
(188,112,147)
#A86483
(168,100,131)
#945873
(148,88,115)
#804C63
(128,76,99)
#6C4053
(108,64,83)
#583443
(88,52,67)
#442833
(68,40,51)
#301C23
(48,28,35)
#1C1013
(28,16,19)
#000000
(0,0,0)

Tints of #E488B3

#E488B3
(228,136,179)
#E692B9
(230,146,185)
#E89CBF
(232,156,191)
#EAA6C5
(234,166,197)
#ECB0CB
(236,176,203)
#EEBAD1
(238,186,209)
#F0C4D7
(240,196,215)
#F2CEDD
(242,206,221)
#F4D8E3
(244,216,227)
#F6E2E9
(246,226,233)
#F8ECEF
(248,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E488B3 color. Also use rgb(228,136,179) instead hex code.

Text Font Color

.myTextColor { color: #E488B3; }

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

This text font color is #E488B3.

Background Color

.myBgColor { background-color: #E488B3; }

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

This div background color is #E488B3.

Border color

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

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

This div border color is #E488B3.

Opacity

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

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

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

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

This text has shadow with #E488B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E488B3.

Preview

Color preview on black background

This text has color #E488B3 on black background.


Color preview on white background

This text has color #E488B3 on white background.


Black color preview on #E488B3 background

This text has black color on #E488B3 background.


White color preview on #E488B3 background

This text has white color on #E488B3 background.


Related colors

Complementary color

Complementary color for #hex is #1B774C.


I love getcolorcode.com

Triadic colors

1 #B3E488 and #88B3E4 with #E488B3 are triadic colors.

2 #B388E4 and #88E4B3 with #E488B3 are triadic colors.