Html Css Color HEX #E197BD Shocking

📋 copy color: '#E197BD'

red 225 ◦ green 151 ◦ blue 189

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

Shades of Shocking #E197BD

Tints of Shocking #E197BD

RGB

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

 GREEN value IS 151 (59.38% from 255) = 26.73%

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

R = 39.82%
G = 26.73%
B = 33.45%

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

#E197BD (or 0xE197BD) is known color: Shocking. HEX triplet: E1, 97 and BD. RGB value is (225,151,189). Sum of RGB (Red+Green+Blue) = 225+151+189=565 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.82% from 565); Green value is 151 (59.38% from 255 or 26.73% from 565); Blue value is 189 (74.22% from 255 or 33.45% from 565); Max value from RGB is 225 - color contains mainly: red. Hex color #E197BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E197BD is #1E6842. Grayscale: #B1B1B1. Windows color (decimal): -1992771 or 12425185. OLE color: 12425185.

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

Color convert

RGB 225 151 189 -
CMYK 0 0.33 0.16 0.12
HSL 329.19º 0.55% 0.74% -
HSV(B) 329.19º 0.33% 0.88% -
XYZ 51.3 41.81 53.51 -
YUV 177.46 134.52 161.91 -
System Red Green Blue C M Y K H S L
Decimal 225 151 189 0 0.33 0.16 0.12 329.19 0.55 0.74
Hex E1 97 BD 0 21 10 C 149 37 4A
Octal 341 227 275 0 41 20 14 511 67 112
Binary 11100001 10010111 10111101 0 100001 10000 1100 101001001 110111 1001010

Color Harmonies of #E197BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E197BD

Black with #E197BD

Text Example


Text Example

White with #E197BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E197BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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