#E198C0

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

Shades of Shocking #E198C0

Tints of Shocking #E198C0

Color information

#E198C0 (or 0xE198C0) is unknown color: approx Shocking. HEX triplet: E1, 98 and C0. RGB value is (225,152,192). Sum of RGB (Red+Green+Blue) = 225+152+192=569 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.54% from 569); Green value is 152 (59.77% from 255 or 26.71% from 569); Blue value is 192 (75.39% from 255 or 33.74% from 569); Max value from RGB is 225 - color contains mainly: red. Hex color #E198C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E198C0 is #1E673F. Grayscale: #B2B2B2. Windows color (decimal): -1992512 or 12622049. OLE color: 12622049.

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

Color convert

RGB225152192-
CMYK00.320.150.12
HSL327.12º54.89%73.92%-
HSV(B)327.12º32.44%88.24%-
XYZ51.7942.2755.3-
YUV178.39135.68161.25-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.54%
GREEN value IS 152 (59.77% from 255) = 26.71%
BLUE value IS 192 (75.39% from 255) = 33.74%
R=39.54%
G=26.71%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515219200.320.150.12327.1254.8973.92
HexE198C0020FC147374a
Octal341230300040171450767112
Binary1110000110011000110000000100000111111001010001111101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E198C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E198C0; }

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

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

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

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

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

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

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

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