#E197CD

Color #E197CD Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #E197CD

Tints of Shocking #E197CD

Color information

#E197CD (or 0xE197CD) is unknown color: approx 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

RGB225151205-
CMYK00.330.090.12
HSL316.22º55.22%73.73%-
HSV(B)316.22º32.89%88.24%-
XYZ53.1442.5563.17-
YUV179.28142.52160.61-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515120500.330.090.12316.2255.2273.73
HexE197CD0219C13c374a
Octal341227315041111447467112
Binary1110000110010111110011010100001100111001001111001101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E197CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>