#E595CB

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

Shades of Shocking #E595CB

Tints of Shocking #E595CB

Color information

#E595CB (or 0xE595CB) is unknown color: approx Shocking. HEX triplet: E5, 95 and CB. RGB value is (229,149,203). Sum of RGB (Red+Green+Blue) = 229+149+203=581 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.41% from 581); Green value is 149 (58.59% from 255 or 25.65% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 229 - color contains mainly: red. Hex color #E595CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E595CB is #1A6A34. Grayscale: #B2B2B2. Windows color (decimal): -1731125 or 13342181. OLE color: 13342181.

HSL color Cylindrical-coordinate representation of color #E595CB: hue angle of 319.5º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E595CB is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB229149203-
CMYK00.350.110.10
HSL319.5º60.61%74.12%-
HSV(B)319.5º34.93%89.8%-
XYZ53.8442.4661.86-
YUV179.08141.5163.61-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.41%
GREEN value IS 149 (58.59% from 255) = 25.65%
BLUE value IS 203 (79.69% from 255) = 34.94%
R=39.41%
G=25.65%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914920300.350.110.10319.560.6174.12
HexE595CB023BA1403d4a
Octal345225313043131250075112
Binary1110010110010101110010110100011101110101010000001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E595CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E595CB; }

 p { color: rgb(229,149,203); }

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

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

 a { background-color: rgb(229,149,203); }

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

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

 span { border-color: rgb(229,149,203); }

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