Html Css Color HEX #E197CD Shocking

📋 copy color: '#E197CD'

red 225 ◦ green 151 ◦ blue 205

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

Shades of Shocking #E197CD

Tints of Shocking #E197CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 35.28%

R = 38.73%
G = 25.99%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E197CD (or 0xE197CD) is known color: Shocking. HEX triplet: E1, 97 and CD. RGB value is (225,151,205). Sum of RGB (Red+Green+Blue) = 225+151+205=581 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.73% from 581); Green value is 151 (59.38% from 255 or 25.99% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 225 - color contains mainly: red. Hex color #E197CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E197CD is #1E6832. Grayscale: #B3B3B3. Windows color (decimal): -1992755 or 13473761. OLE color: 13473761.

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

Color convert

RGB 225 151 205 -
CMYK 0 0.33 0.09 0.12
HSL 316.22º 0.55% 0.74% -
HSV(B) 316.22º 0.33% 0.88% -
XYZ 53.14 42.55 63.17 -
YUV 179.28 142.52 160.61 -
System Red Green Blue C M Y K H S L
Decimal 225 151 205 0 0.33 0.09 0.12 316.22 0.55 0.74
Hex E1 97 CD 0 21 9 C 13C 37 4A
Octal 341 227 315 0 41 11 14 474 67 112
Binary 11100001 10010111 11001101 0 100001 1001 1100 100111100 110111 1001010

Color Harmonies of #E197CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E197CD

Black with #E197CD

Text Example


Text Example

White with #E197CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E197CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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