#E198B9

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

Shades of Shocking #E198B9

Tints of Shocking #E198B9

Color information

#E198B9 (or 0xE198B9) is unknown color: approx Shocking. HEX triplet: E1, 98 and B9. RGB value is (225,152,185). Sum of RGB (Red+Green+Blue) = 225+152+185=562 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.04% from 562); Green value is 152 (59.77% from 255 or 27.05% from 562); Blue value is 185 (72.66% from 255 or 32.92% from 562); Max value from RGB is 225 - color contains mainly: red. Hex color #E198B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E198B9 is #1E6746. Grayscale: #B1B1B1. Windows color (decimal): -1992519 or 12163297. OLE color: 12163297.

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

Color convert

RGB225152185-
CMYK00.320.180.12
HSL332.88º54.89%73.92%-
HSV(B)332.88º32.44%88.24%-
XYZ51.0441.9751.31-
YUV177.59132.18161.82-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.04%
GREEN value IS 152 (59.77% from 255) = 27.05%
BLUE value IS 185 (72.66% from 255) = 32.92%
R=40.04%
G=27.05%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515218500.320.180.12332.8854.8973.92
HexE198B902012C14d374a
Octal341230271040221451567112
Binary11100001100110001011100101000001001011001010011011101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E198B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E198B9; }

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

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

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

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

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

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

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

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