Html Css Color HEX #E196BA Shocking

📋 copy color: '#E196BA'

red 225 ◦ green 150 ◦ blue 186

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

Shades of Shocking #E196BA

Tints of Shocking #E196BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.16%

R = 40.11%
G = 26.74%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E196BA (or 0xE196BA) is known color: Shocking. HEX triplet: E1, 96 and BA. RGB value is (225,150,186). Sum of RGB (Red+Green+Blue) = 225+150+186=561 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.11% from 561); Green value is 150 (58.98% from 255 or 26.74% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 225 - color contains mainly: red. Hex color #E196BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E196BA is #1E6945. Grayscale: #B0B0B0. Windows color (decimal): -1993030 or 12228321. OLE color: 12228321.

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

Color convert

RGB 225 150 186 -
CMYK 0 0.33 0.17 0.12
HSL 331.2º 0.56% 0.74% -
HSV(B) 331.2º 0.33% 0.88% -
XYZ 50.82 41.37 51.76 -
YUV 176.53 133.35 162.57 -
System Red Green Blue C M Y K H S L
Decimal 225 150 186 0 0.33 0.17 0.12 331.2 0.56 0.74
Hex E1 96 BA 0 21 11 C 14B 38 4A
Octal 341 226 272 0 41 21 14 513 70 112
Binary 11100001 10010110 10111010 0 100001 10001 1100 101001011 111000 1001010

Color Harmonies of #E196BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E196BA

Black with #E196BA

Text Example


Text Example

White with #E196BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E196BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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