Html Css Color HEX #E196B9 Shocking

📋 copy color: '#E196B9'

red 225 ◦ green 150 ◦ blue 185

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

Shades of Shocking #E196B9

Tints of Shocking #E196B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 33.04%

R = 40.18%
G = 26.79%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.12

RGB Variations

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

Color information

#E196B9 (or 0xE196B9) is known color: Shocking. HEX triplet: E1, 96 and B9. RGB value is (225,150,185). Sum of RGB (Red+Green+Blue) = 225+150+185=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 150 (58.98% from 255 or 26.79% from 560); Blue value is 185 (72.66% from 255 or 33.04% from 560); Max value from RGB is 225 - color contains mainly: red. Hex color #E196B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E196B9 is #1E6946. Grayscale: #B0B0B0. Windows color (decimal): -1993031 or 12162785. OLE color: 12162785.

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

Color convert

RGB 225 150 185 -
CMYK 0 0.33 0.18 0.12
HSL 332º 0.56% 0.74% -
HSV(B) 332º 0.33% 0.88% -
XYZ 50.71 41.32 51.2 -
YUV 176.42 132.85 162.65 -
System Red Green Blue C M Y K H S L
Decimal 225 150 185 0 0.33 0.18 0.12 332 0.56 0.74
Hex E1 96 B9 0 21 12 C 14C 38 4A
Octal 341 226 271 0 41 22 14 514 70 112
Binary 11100001 10010110 10111001 0 100001 10010 1100 101001100 111000 1001010

Color Harmonies of #E196B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E196B9

Black with #E196B9

Text Example


Text Example

White with #E196B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E196B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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