#E599BD

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

Shades of Shocking #E599BD

Tints of Shocking #E599BD

Color information

#E599BD (or 0xE599BD) is unknown color: approx Shocking. HEX triplet: E5, 99 and BD. RGB value is (229,153,189). Sum of RGB (Red+Green+Blue) = 229+153+189=571 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.11% from 571); Green value is 153 (60.16% from 255 or 26.80% from 571); Blue value is 189 (74.22% from 255 or 33.10% from 571); Max value from RGB is 229 - color contains mainly: red. Hex color #E599BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E599BD is #1A6642. Grayscale: #B3B3B3. Windows color (decimal): -1730115 or 12425701. OLE color: 12425701.

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

Color convert

RGB229153189-
CMYK00.330.170.10
HSL331.58º59.38%74.9%-
HSV(B)331.58º33.19%89.8%-
XYZ52.8943.1153.68-
YUV179.83133.18163.07-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.11%
GREEN value IS 153 (60.16% from 255) = 26.80%
BLUE value IS 189 (74.22% from 255) = 33.10%
R=40.11%
G=26.80%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915318900.330.170.10331.5859.3874.9
HexE599BD02111A14c3b4b
Octal345231275041211251473113
Binary11100101100110011011110101000011000110101010011001110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E599BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E599BD; }

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

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

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

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

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

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

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

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