#E198BA

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

Shades of Shocking #E198BA

Tints of Shocking #E198BA

Color information

#E198BA (or 0xE198BA) is unknown color: approx Shocking. HEX triplet: E1, 98 and BA. RGB value is (225,152,186). Sum of RGB (Red+Green+Blue) = 225+152+186=563 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.96% from 563); Green value is 152 (59.77% from 255 or 27.00% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 225 - color contains mainly: red. Hex color #E198BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E198BA is #1E6745. Grayscale: #B1B1B1. Windows color (decimal): -1992518 or 12228833. OLE color: 12228833.

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

Color convert

RGB225152186-
CMYK00.320.170.12
HSL332.05º54.89%73.92%-
HSV(B)332.05º32.44%88.24%-
XYZ51.1442.0151.87-
YUV177.7132.68161.74-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.96%
GREEN value IS 152 (59.77% from 255) = 27.00%
BLUE value IS 186 (73.05% from 255) = 33.04%
R=39.96%
G=27.00%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515218600.320.170.12332.0554.8973.92
HexE198BA02011C14c374a
Octal341230272040211451467112
Binary11100001100110001011101001000001000111001010011001101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E198BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E198BA; }

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

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

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

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

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

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

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

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