Html Css Color HEX #E596CA Shocking

📋 copy color: '#E596CA'

red 229 ◦ green 150 ◦ blue 202

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

Shades of Shocking #E596CA

Tints of Shocking #E596CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.77%

R = 39.41%
G = 25.82%
B = 34.77%

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

#E596CA (or 0xE596CA) is known color: Shocking. HEX triplet: E5, 96 and CA. RGB value is (229,150,202). Sum of RGB (Red+Green+Blue) = 229+150+202=581 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.41% from 581); Green value is 150 (58.98% from 255 or 25.82% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 229 - color contains mainly: red. Hex color #E596CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E596CA is #1A6935. Grayscale: #B3B3B3. Windows color (decimal): -1730870 or 13276901. OLE color: 13276901.

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

Color convert

RGB 229 150 202 -
CMYK 0 0.34 0.12 0.10
HSL 320.51º 0.6% 0.74% -
HSV(B) 320.51º 0.34% 0.9% -
XYZ 53.88 42.73 61.29 -
YUV 179.55 140.67 163.27 -
System Red Green Blue C M Y K H S L
Decimal 229 150 202 0 0.34 0.12 0.10 320.51 0.6 0.74
Hex E5 96 CA 0 22 C A 141 3C 4A
Octal 345 226 312 0 42 14 12 501 74 112
Binary 11100101 10010110 11001010 0 100010 1100 1010 101000001 111100 1001010

Color Harmonies of #E596CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E596CA

Black with #E596CA

Text Example


Text Example

White with #E596CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E596CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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