#E599BA

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

Shades of Shocking #E599BA

Tints of Shocking #E599BA

Color information

#E599BA (or 0xE599BA) is unknown color: approx Shocking. HEX triplet: E5, 99 and BA. RGB value is (229,153,186). Sum of RGB (Red+Green+Blue) = 229+153+186=568 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.32% from 568); Green value is 153 (60.16% from 255 or 26.94% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 229 - color contains mainly: red. Hex color #E599BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E599BA is #1A6645. Grayscale: #B3B3B3. Windows color (decimal): -1730118 or 12229093. OLE color: 12229093.

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

Color convert

RGB229153186-
CMYK00.330.190.10
HSL333.95º59.38%74.9%-
HSV(B)333.95º33.19%89.8%-
XYZ52.5742.9951.98-
YUV179.49131.68163.32-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.32%
GREEN value IS 153 (60.16% from 255) = 26.94%
BLUE value IS 186 (73.05% from 255) = 32.75%
R=40.32%
G=26.94%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915318600.330.190.10333.9559.3874.9
HexE599BA02113A14e3b4b
Octal345231272041231251673113
Binary11100101100110011011101001000011001110101010011101110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E599BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E599BA; }

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

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

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

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

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

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

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

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