#E488BF

Color #E488BF Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #E488BF

Tints of Shocking #E488BF

Color information

#E488BF (or 0xE488BF) is unknown color: approx Shocking. HEX triplet: E4, 88 and BF. RGB value is (228,136,191). Sum of RGB (Red+Green+Blue) = 228+136+191=555 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.08% from 555); Green value is 136 (53.52% from 255 or 24.50% from 555); Blue value is 191 (75% from 255 or 34.41% from 555); Max value from RGB is 228 - color contains mainly: red. Hex color #E488BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E488BF is #1B7740. Grayscale: #A9A9A9. Windows color (decimal): -1800001 or 12552420. OLE color: 12552420.

HSL color Cylindrical-coordinate representation of color #E488BF: hue angle of 324.13º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E488BF is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB228136191-
CMYK00.400.160.11
HSL324.13º63.01%71.37%-
HSV(B)324.13º40.35%89.41%-
XYZ50.237.8653.95-
YUV169.78139.98169.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 228 (89.45% from 255) = 41.08%
GREEN value IS 136 (53.52% from 255) = 24.50%
BLUE value IS 191 (75% from 255) = 34.41%
R=41.08%
G=24.50%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22813619100.400.160.11324.1363.0171.37
HexE488BF02810B1443f47
Octal344210277050201350477107
Binary11100100100010001011111101010001000010111010001001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E488BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E488BF; }

 p { color: rgb(228,136,191); }

 H1.HeaderClassName
 {
   color: #E488BF;
 }
 .AnyTagClassName
 {
   color: #E488BF;
 }
</style>
background-color css

<style>
 a { background-color: #E488BF; }

 a { background-color: rgb(228,136,191); }

 div.DivClassName
 {
   background-color: #E488BF;
 }
 .BgClassName
 {
   background-color: #E488BF;
 }
</style>
border-color css

<style>
 span { border-color: #E488BF; }

 span { border-color: rgb(228,136,191); }

 td.TdClassName
 {
   border-color: #E488BF;
 }
 .TagClassName
 {
   border-color: #E488BF;
 }
</style>