Html Css Color HEX #E196BE Shocking

📋 copy color: '#E196BE'

red 225 ◦ green 150 ◦ blue 190

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

Shades of Shocking #E196BE

Tints of Shocking #E196BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.63%

R = 39.82%
G = 26.55%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E196BE (or 0xE196BE) is known color: Shocking. HEX triplet: E1, 96 and BE. RGB value is (225,150,190). Sum of RGB (Red+Green+Blue) = 225+150+190=565 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.82% from 565); Green value is 150 (58.98% from 255 or 26.55% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 225 - color contains mainly: red. Hex color #E196BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E196BE is #1E6941. Grayscale: #B0B0B0. Windows color (decimal): -1993026 or 12490465. OLE color: 12490465.

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

Color convert

RGB 225 150 190 -
CMYK 0 0.33 0.16 0.12
HSL 328º 0.56% 0.74% -
HSV(B) 328º 0.33% 0.88% -
XYZ 51.25 41.54 54.03 -
YUV 176.99 135.35 162.25 -
System Red Green Blue C M Y K H S L
Decimal 225 150 190 0 0.33 0.16 0.12 328 0.56 0.74
Hex E1 96 BE 0 21 10 C 148 38 4A
Octal 341 226 276 0 41 20 14 510 70 112
Binary 11100001 10010110 10111110 0 100001 10000 1100 101001000 111000 1001010

Color Harmonies of #E196BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E196BE

Black with #E196BE

Text Example


Text Example

White with #E196BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E196BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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