#E59DCF

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

Shades of Shocking #E59DCF

Tints of Shocking #E59DCF

Color information

#E59DCF (or 0xE59DCF) is unknown color: approx Shocking. HEX triplet: E5, 9D and CF. RGB value is (229,157,207). Sum of RGB (Red+Green+Blue) = 229+157+207=593 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.62% from 593); Green value is 157 (61.72% from 255 or 26.48% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 229 - color contains mainly: red. Hex color #E59DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59DCF is #1A6230. Grayscale: #B8B8B8. Windows color (decimal): -1729073 or 13606373. OLE color: 13606373.

HSL color Cylindrical-coordinate representation of color #E59DCF: hue angle of 318.33º degrees, saturation: 0.58, 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 #E59DCF is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB229157207-
CMYK00.310.100.10
HSL318.33º58.06%75.69%-
HSV(B)318.33º31.44%89.8%-
XYZ55.6345.2864.84-
YUV184.23140.85159.93-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.62%
GREEN value IS 157 (61.72% from 255) = 26.48%
BLUE value IS 207 (81.25% from 255) = 34.91%
R=38.62%
G=26.48%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915720700.310.100.10318.3358.0675.69
HexE59DCF01FAA13e3a4c
Octal345235317037121247672114
Binary111001011001110111001111011111101010101001111101110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59DCF; }

 p { color: rgb(229,157,207); }

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

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

 a { background-color: rgb(229,157,207); }

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

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

 span { border-color: rgb(229,157,207); }

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