Html Css Color HEX #E59DBD Shocking

📋 copy color: '#E59DBD'

red 229 ◦ green 157 ◦ blue 189

#E59DBD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shocking #E59DBD

Tints of Shocking #E59DBD

RGB

 RED value IS 229 (89.84% from 255) = 39.83%

 GREEN value IS 157 (61.72% from 255) = 27.3%

 BLUE value IS 189 (74.22% from 255) = 32.87%

R = 39.83%
G = 27.3%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E59DBD (or 0xE59DBD) is known color: Shocking. HEX triplet: E5, 9D and BD. RGB value is (229,157,189). Sum of RGB (Red+Green+Blue) = 229+157+189=575 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.83% from 575); Green value is 157 (61.72% from 255 or 27.30% from 575); Blue value is 189 (74.22% from 255 or 32.87% from 575); Max value from RGB is 229 - color contains mainly: red. Hex color #E59DBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59DBD is #1A6242. Grayscale: #B6B6B6. Windows color (decimal): -1729091 or 12426725. OLE color: 12426725.

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

Color convert

RGB 229 157 189 -
CMYK 0 0.31 0.17 0.10
HSL 333.33º 0.58% 0.76% -
HSV(B) 333.33º 0.31% 0.9% -
XYZ 53.56 44.45 53.9 -
YUV 182.18 131.85 161.4 -
System Red Green Blue C M Y K H S L
Decimal 229 157 189 0 0.31 0.17 0.10 333.33 0.58 0.76
Hex E5 9D BD 0 1F 11 A 14D 3A 4C
Octal 345 235 275 0 37 21 12 515 72 114
Binary 11100101 10011101 10111101 0 11111 10001 1010 101001101 111010 1001100

Color Harmonies of #E59DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59DBD

Black with #E59DBD

Text Example


Text Example

White with #E59DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59DBD; }

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

 H1.HeaderClassName
 {
   color: #E59DBD;
 }
 .AnyTagClassName
 {
   color: #E59DBD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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