Html Css Color HEX #E196BD Shocking

📋 copy color: '#E196BD'

red 225 ◦ green 150 ◦ blue 189

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

Shades of Shocking #E196BD

Tints of Shocking #E196BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 33.51%

R = 39.89%
G = 26.6%
B = 33.51%

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

#E196BD (or 0xE196BD) is known color: Shocking. HEX triplet: E1, 96 and BD. RGB value is (225,150,189). Sum of RGB (Red+Green+Blue) = 225+150+189=564 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.89% from 564); Green value is 150 (58.98% from 255 or 26.60% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 225 - color contains mainly: red. Hex color #E196BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E196BD is #1E6942. Grayscale: #B0B0B0. Windows color (decimal): -1993027 or 12424929. OLE color: 12424929.

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

Color convert

RGB 225 150 189 -
CMYK 0 0.33 0.16 0.12
HSL 328.8º 0.56% 0.74% -
HSV(B) 328.8º 0.33% 0.88% -
XYZ 51.14 41.49 53.46 -
YUV 176.87 134.85 162.33 -
System Red Green Blue C M Y K H S L
Decimal 225 150 189 0 0.33 0.16 0.12 328.8 0.56 0.74
Hex E1 96 BD 0 21 10 C 149 38 4A
Octal 341 226 275 0 41 20 14 511 70 112
Binary 11100001 10010110 10111101 0 100001 10000 1100 101001001 111000 1001010

Color Harmonies of #E196BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E196BD

Black with #E196BD

Text Example


Text Example

White with #E196BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E196BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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