#E198BB

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

Shades of Shocking #E198BB

Tints of Shocking #E198BB

Color information

#E198BB (or 0xE198BB) is unknown color: approx Shocking. HEX triplet: E1, 98 and BB. RGB value is (225,152,187). Sum of RGB (Red+Green+Blue) = 225+152+187=564 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.89% from 564); Green value is 152 (59.77% from 255 or 26.95% from 564); Blue value is 187 (73.44% from 255 or 33.16% from 564); Max value from RGB is 225 - color contains mainly: red. Hex color #E198BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E198BB is #1E6744. Grayscale: #B1B1B1. Windows color (decimal): -1992517 or 12294369. OLE color: 12294369.

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

Color convert

RGB225152187-
CMYK00.320.170.12
HSL331.23º54.89%73.92%-
HSV(B)331.23º32.44%88.24%-
XYZ51.2542.0552.43-
YUV177.82133.18161.65-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.89%
GREEN value IS 152 (59.77% from 255) = 26.95%
BLUE value IS 187 (73.44% from 255) = 33.16%
R=39.89%
G=26.95%
B=33.16%

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
Decimal22515218700.320.170.12331.2354.8973.92
HexE198BB02011C14b374a
Octal341230273040211451367112
Binary11100001100110001011101101000001000111001010010111101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E198BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E198BB; }

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

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

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

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

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

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

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

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