#E199BC

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

Shades of Shocking #E199BC

Tints of Shocking #E199BC

Color information

#E199BC (or 0xE199BC) is unknown color: approx Shocking. HEX triplet: E1, 99 and BC. RGB value is (225,153,188). Sum of RGB (Red+Green+Blue) = 225+153+188=566 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.75% from 566); Green value is 153 (60.16% from 255 or 27.03% from 566); Blue value is 188 (73.83% from 255 or 33.22% from 566); Max value from RGB is 225 - color contains mainly: red. Hex color #E199BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E199BC is #1E6643. Grayscale: #B2B2B2. Windows color (decimal): -1992260 or 12360161. OLE color: 12360161.

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

Color convert

RGB225153188-
CMYK00.320.160.12
HSL330.83º54.55%74.12%-
HSV(B)330.83º32%88.24%-
XYZ51.5242.4253.05-
YUV178.52133.35161.15-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.75%
GREEN value IS 153 (60.16% from 255) = 27.03%
BLUE value IS 188 (73.83% from 255) = 33.22%
R=39.75%
G=27.03%
B=33.22%

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
Decimal22515318800.320.160.12330.8354.5574.12
HexE199BC02010C14b374a
Octal341231274040201451367112
Binary11100001100110011011110001000001000011001010010111101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E199BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E199BC; }

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

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

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

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

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

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

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

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