#E59FBD

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

Shades of Shocking #E59FBD

Tints of Shocking #E59FBD

Color information

#E59FBD (or 0xE59FBD) is unknown color: approx Shocking. HEX triplet: E5, 9F and BD. RGB value is (229,159,189). Sum of RGB (Red+Green+Blue) = 229+159+189=577 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.69% from 577); Green value is 159 (62.5% from 255 or 27.56% from 577); Blue value is 189 (74.22% from 255 or 32.76% from 577); Max value from RGB is 229 - color contains mainly: red. Hex color #E59FBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59FBD is #1A6042. Grayscale: #B7B7B7. Windows color (decimal): -1728579 or 12427237. OLE color: 12427237.

HSL color Cylindrical-coordinate representation of color #E59FBD: hue angle of 334.29º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E59FBD is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB229159189-
CMYK00.310.170.10
HSL334.29º57.38%76.08%-
HSV(B)334.29º30.57%89.8%-
XYZ53.945.1354.01-
YUV183.35131.19160.56-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.69%
GREEN value IS 159 (62.5% from 255) = 27.56%
BLUE value IS 189 (74.22% from 255) = 32.76%
R=39.69%
G=27.56%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915918900.310.170.10334.2957.3876.08
HexE59FBD01F11A14e394c
Octal345237275037211251671114
Binary1110010110011111101111010111111000110101010011101110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59FBD; }

 p { color: rgb(229,159,189); }

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

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

 a { background-color: rgb(229,159,189); }

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

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

 span { border-color: rgb(229,159,189); }

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