#E198C9

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

Shades of Shocking #E198C9

Tints of Shocking #E198C9

Color information

#E198C9 (or 0xE198C9) is unknown color: approx Shocking. HEX triplet: E1, 98 and C9. RGB value is (225,152,201). Sum of RGB (Red+Green+Blue) = 225+152+201=578 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.93% from 578); Green value is 152 (59.77% from 255 or 26.30% from 578); Blue value is 201 (78.91% from 255 or 34.78% from 578); Max value from RGB is 225 - color contains mainly: red. Hex color #E198C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E198C9 is #1E6736. Grayscale: #B3B3B3. Windows color (decimal): -1992503 or 13211873. OLE color: 13211873.

HSL color Cylindrical-coordinate representation of color #E198C9: hue angle of 319.73º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E198C9 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB225152201-
CMYK00.320.110.12
HSL319.73º54.89%73.92%-
HSV(B)319.73º32.44%88.24%-
XYZ52.8242.6860.71-
YUV179.41140.18160.52-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.93%
GREEN value IS 152 (59.77% from 255) = 26.30%
BLUE value IS 201 (78.91% from 255) = 34.78%
R=38.93%
G=26.30%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515220100.320.110.12319.7354.8973.92
HexE198C9020BC140374a
Octal341230311040131450067112
Binary1110000110011000110010010100000101111001010000001101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E198C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E198C9; }

 p { color: rgb(225,152,201); }

 H1.HeaderClassName
 {
   color: #E198C9;
 }
 .AnyTagClassName
 {
   color: #E198C9;
 }
</style>
background-color css

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

 a { background-color: rgb(225,152,201); }

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

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

 span { border-color: rgb(225,152,201); }

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