#E598BD

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

Shades of Shocking #E598BD

Tints of Shocking #E598BD

Color information

#E598BD (or 0xE598BD) is unknown color: approx Shocking. HEX triplet: E5, 98 and BD. RGB value is (229,152,189). Sum of RGB (Red+Green+Blue) = 229+152+189=570 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.18% from 570); Green value is 152 (59.77% from 255 or 26.67% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 229 - color contains mainly: red. Hex color #E598BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E598BD is #1A6742. Grayscale: #B3B3B3. Windows color (decimal): -1730371 or 12425445. OLE color: 12425445.

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

Color convert

RGB229152189-
CMYK00.340.170.10
HSL331.17º59.69%74.71%-
HSV(B)331.17º33.62%89.8%-
XYZ52.7342.7953.62-
YUV179.24133.51163.49-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.18%
GREEN value IS 152 (59.77% from 255) = 26.67%
BLUE value IS 189 (74.22% from 255) = 33.16%
R=40.18%
G=26.67%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915218900.340.170.10331.1759.6974.71
HexE598BD02211A14b3c4b
Octal345230275042211251374113
Binary11100101100110001011110101000101000110101010010111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E598BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E598BD; }

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

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

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

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

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

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

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

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