#E58FBB

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

Shades of Shocking #E58FBB

Tints of Shocking #E58FBB

Color information

#E58FBB (or 0xE58FBB) is unknown color: approx Shocking. HEX triplet: E5, 8F and BB. RGB value is (229,143,187). Sum of RGB (Red+Green+Blue) = 229+143+187=559 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.97% from 559); Green value is 143 (56.25% from 255 or 25.58% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 229 - color contains mainly: red. Hex color #E58FBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58FBB is #1A7044. Grayscale: #ADADAD. Windows color (decimal): -1732677 or 12292069. OLE color: 12292069.

HSL color Cylindrical-coordinate representation of color #E58FBB: hue angle of 329.3º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E58FBB is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB229143187-
CMYK00.380.180.10
HSL329.3º62.32%72.94%-
HSV(B)329.3º37.55%89.8%-
XYZ51.1139.8952.02-
YUV173.73135.49167.42-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.97%
GREEN value IS 143 (56.25% from 255) = 25.58%
BLUE value IS 187 (73.44% from 255) = 33.45%
R=40.97%
G=25.58%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914318700.380.180.10329.362.3272.94
HexE58FBB02612A1493e49
Octal345217273046221251176111
Binary11100101100011111011101101001101001010101010010011111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58FBB; }

 p { color: rgb(229,143,187); }

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

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

 a { background-color: rgb(229,143,187); }

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

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

 span { border-color: rgb(229,143,187); }

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