Html Css Color HEX #E596C4 Shocking

📋 copy color: '#E596C4'

red 229 ◦ green 150 ◦ blue 196

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

Shades of Shocking #E596C4

Tints of Shocking #E596C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 34.09%

R = 39.83%
G = 26.09%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#E596C4 (or 0xE596C4) is known color: Shocking. HEX triplet: E5, 96 and C4. RGB value is (229,150,196). Sum of RGB (Red+Green+Blue) = 229+150+196=575 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.83% from 575); Green value is 150 (58.98% from 255 or 26.09% from 575); Blue value is 196 (76.95% from 255 or 34.09% from 575); Max value from RGB is 229 - color contains mainly: red. Hex color #E596C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E596C4 is #1A693B. Grayscale: #B2B2B2. Windows color (decimal): -1730876 or 12883685. OLE color: 12883685.

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

Color convert

RGB 229 150 196 -
CMYK 0 0.34 0.14 0.10
HSL 325.06º 0.6% 0.74% -
HSV(B) 325.06º 0.34% 0.9% -
XYZ 53.18 42.46 57.62 -
YUV 178.87 137.67 163.76 -
System Red Green Blue C M Y K H S L
Decimal 229 150 196 0 0.34 0.14 0.10 325.06 0.6 0.74
Hex E5 96 C4 0 22 E A 145 3C 4A
Octal 345 226 304 0 42 16 12 505 74 112
Binary 11100101 10010110 11000100 0 100010 1110 1010 101000101 111100 1001010

Color Harmonies of #E596C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E596C4

Black with #E596C4

Text Example


Text Example

White with #E596C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E596C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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