Html Css Color HEX #E196CB Shocking

📋 copy color: '#E196CB'

red 225 ◦ green 150 ◦ blue 203

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

Shades of Shocking #E196CB

Tints of Shocking #E196CB

RGB

 RED value IS 225 (88.28% from 255) = 38.93%

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

 BLUE value IS 203 (79.69% from 255) = 35.12%

R = 38.93%
G = 25.95%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E196CB (or 0xE196CB) is known color: Shocking. HEX triplet: E1, 96 and CB. RGB value is (225,150,203). Sum of RGB (Red+Green+Blue) = 225+150+203=578 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.93% from 578); Green value is 150 (58.98% from 255 or 25.95% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 225 - color contains mainly: red. Hex color #E196CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E196CB is #1E6934. Grayscale: #B2B2B2. Windows color (decimal): -1993013 or 13342433. OLE color: 13342433.

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

Color convert

RGB 225 150 203 -
CMYK 0 0.33 0.10 0.12
HSL 317.6º 0.56% 0.74% -
HSV(B) 317.6º 0.33% 0.88% -
XYZ 52.74 42.13 61.85 -
YUV 178.47 141.85 161.19 -
System Red Green Blue C M Y K H S L
Decimal 225 150 203 0 0.33 0.10 0.12 317.6 0.56 0.74
Hex E1 96 CB 0 21 A C 13E 38 4A
Octal 341 226 313 0 41 12 14 476 70 112
Binary 11100001 10010110 11001011 0 100001 1010 1100 100111110 111000 1001010

Color Harmonies of #E196CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E196CB

Black with #E196CB

Text Example


Text Example

White with #E196CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E196CB; }

 p { color: rgb(225,150,203); }

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

background-color css

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

 a { background-color: rgb(225,150,203); }

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

border-color css

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

 span { border-color: rgb(225,150,203); }

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