#E59FCE

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

Shades of Shocking #E59FCE

Tints of Shocking #E59FCE

Color information

#E59FCE (or 0xE59FCE) is unknown color: approx Shocking. HEX triplet: E5, 9F and CE. RGB value is (229,159,206). Sum of RGB (Red+Green+Blue) = 229+159+206=594 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.55% from 594); Green value is 159 (62.5% from 255 or 26.77% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 229 - color contains mainly: red. Hex color #E59FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59FCE is #1A6031. Grayscale: #B9B9B9. Windows color (decimal): -1728562 or 13541349. OLE color: 13541349.

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

Color convert

RGB229159206-
CMYK00.310.100.10
HSL319.71º57.38%76.08%-
HSV(B)319.71º30.57%89.8%-
XYZ55.8545.9164.31-
YUV185.29139.69159.18-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.55%
GREEN value IS 159 (62.5% from 255) = 26.77%
BLUE value IS 206 (80.86% from 255) = 34.68%
R=38.55%
G=26.77%
B=34.68%

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
Decimal22915920600.310.100.10319.7157.3876.08
HexE59FCE01FAA140394c
Octal345237316037121250071114
Binary111001011001111111001110011111101010101010000001110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59FCE; }

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

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

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

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

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

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

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

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