Html Css Color HEX #E596CD Shocking

📋 copy color: '#E596CD'

red 229 ◦ green 150 ◦ blue 205

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

Shades of Shocking #E596CD

Tints of Shocking #E596CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 35.1%

R = 39.21%
G = 25.68%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E596CD (or 0xE596CD) is known color: Shocking. HEX triplet: E5, 96 and CD. RGB value is (229,150,205). Sum of RGB (Red+Green+Blue) = 229+150+205=584 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.21% from 584); Green value is 150 (58.98% from 255 or 25.68% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 229 - color contains mainly: red. Hex color #E596CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E596CD is #1A6932. Grayscale: #B3B3B3. Windows color (decimal): -1730867 or 13473509. OLE color: 13473509.

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

Color convert

RGB 229 150 205 -
CMYK 0 0.34 0.10 0.10
HSL 318.23º 0.6% 0.74% -
HSV(B) 318.23º 0.34% 0.9% -
XYZ 54.24 42.88 63.18 -
YUV 179.89 142.17 163.03 -
System Red Green Blue C M Y K H S L
Decimal 229 150 205 0 0.34 0.10 0.10 318.23 0.6 0.74
Hex E5 96 CD 0 22 A A 13E 3C 4A
Octal 345 226 315 0 42 12 12 476 74 112
Binary 11100101 10010110 11001101 0 100010 1010 1010 100111110 111100 1001010

Color Harmonies of #E596CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E596CD

Black with #E596CD

Text Example


Text Example

White with #E596CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E596CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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