#E199BD

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

Shades of Shocking #E199BD

Tints of Shocking #E199BD

Color information

#E199BD (or 0xE199BD) is unknown color: approx Shocking. HEX triplet: E1, 99 and BD. RGB value is (225,153,189). Sum of RGB (Red+Green+Blue) = 225+153+189=567 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.68% from 567); Green value is 153 (60.16% from 255 or 26.98% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 225 - color contains mainly: red. Hex color #E199BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E199BD is #1E6642. Grayscale: #B2B2B2. Windows color (decimal): -1992259 or 12425697. OLE color: 12425697.

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

Color convert

RGB225153189-
CMYK00.320.160.12
HSL330º54.55%74.12%-
HSV(B)330º32%88.24%-
XYZ51.6342.4653.62-
YUV178.63133.85161.07-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.68%
GREEN value IS 153 (60.16% from 255) = 26.98%
BLUE value IS 189 (74.22% from 255) = 33.33%
R=39.68%
G=26.98%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515318900.320.160.1233054.5574.12
HexE199BD02010C14a374a
Octal341231275040201451267112
Binary11100001100110011011110101000001000011001010010101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E199BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E199BD; }

 p { color: rgb(225,153,189); }

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

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

 a { background-color: rgb(225,153,189); }

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

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

 span { border-color: rgb(225,153,189); }

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