Html Css Color HEX #E596C9 Shocking

📋 copy color: '#E596C9'

red 229 ◦ green 150 ◦ blue 201

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

Shades of Shocking #E596C9

Tints of Shocking #E596C9

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25.86%

 BLUE value IS 201 (78.91% from 255) = 34.66%

R = 39.48%
G = 25.86%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E596C9 (or 0xE596C9) is known color: Shocking. HEX triplet: E5, 96 and C9. RGB value is (229,150,201). Sum of RGB (Red+Green+Blue) = 229+150+201=580 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.48% from 580); Green value is 150 (58.98% from 255 or 25.86% from 580); Blue value is 201 (78.91% from 255 or 34.66% from 580); Max value from RGB is 229 - color contains mainly: red. Hex color #E596C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E596C9 is #1A6936. Grayscale: #B3B3B3. Windows color (decimal): -1730871 or 13211365. OLE color: 13211365.

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

Color convert

RGB 229 150 201 -
CMYK 0 0.34 0.12 0.10
HSL 321.27º 0.6% 0.74% -
HSV(B) 321.27º 0.34% 0.9% -
XYZ 53.76 42.69 60.66 -
YUV 179.44 140.17 163.35 -
System Red Green Blue C M Y K H S L
Decimal 229 150 201 0 0.34 0.12 0.10 321.27 0.6 0.74
Hex E5 96 C9 0 22 C A 141 3C 4A
Octal 345 226 311 0 42 14 12 501 74 112
Binary 11100101 10010110 11001001 0 100010 1100 1010 101000001 111100 1001010

Color Harmonies of #E596C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E596C9

Black with #E596C9

Text Example


Text Example

White with #E596C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E596C9; }

 p { color: rgb(229,150,201); }

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

background-color css

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

 a { background-color: rgb(229,150,201); }

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

border-color css

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

 span { border-color: rgb(229,150,201); }

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