Html Css Color HEX #E196CC Shocking

📋 copy color: '#E196CC'

red 225 ◦ green 150 ◦ blue 204

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

Shades of Shocking #E196CC

Tints of Shocking #E196CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.23%

R = 38.86%
G = 25.91%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E196CC (or 0xE196CC) is known color: Shocking. HEX triplet: E1, 96 and CC. RGB value is (225,150,204). Sum of RGB (Red+Green+Blue) = 225+150+204=579 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.86% from 579); Green value is 150 (58.98% from 255 or 25.91% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 225 - color contains mainly: red. Hex color #E196CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E196CC is #1E6933. Grayscale: #B2B2B2. Windows color (decimal): -1993012 or 13407969. OLE color: 13407969.

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

Color convert

RGB 225 150 204 -
CMYK 0 0.33 0.09 0.12
HSL 316.8º 0.56% 0.74% -
HSV(B) 316.8º 0.33% 0.88% -
XYZ 52.86 42.18 62.48 -
YUV 178.58 142.35 161.11 -
System Red Green Blue C M Y K H S L
Decimal 225 150 204 0 0.33 0.09 0.12 316.8 0.56 0.74
Hex E1 96 CC 0 21 9 C 13D 38 4A
Octal 341 226 314 0 41 11 14 475 70 112
Binary 11100001 10010110 11001100 0 100001 1001 1100 100111101 111000 1001010

Color Harmonies of #E196CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E196CC

Black with #E196CC

Text Example


Text Example

White with #E196CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E196CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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