#E199CB

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

Shades of Shocking #E199CB

Tints of Shocking #E199CB

Color information

#E199CB (or 0xE199CB) is unknown color: approx Shocking. HEX triplet: E1, 99 and CB. RGB value is (225,153,203). Sum of RGB (Red+Green+Blue) = 225+153+203=581 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.73% from 581); Green value is 153 (60.16% from 255 or 26.33% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 225 - color contains mainly: red. Hex color #E199CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E199CB is #1E6634. Grayscale: #B4B4B4. Windows color (decimal): -1992245 or 13343201. OLE color: 13343201.

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

Color convert

RGB225153203-
CMYK00.320.100.12
HSL318.33º54.55%74.12%-
HSV(B)318.33º32%88.24%-
XYZ53.2243.162.01-
YUV180.23140.85159.93-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.73%
GREEN value IS 153 (60.16% from 255) = 26.33%
BLUE value IS 203 (79.69% from 255) = 34.94%
R=38.73%
G=26.33%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515320300.320.100.12318.3354.5574.12
HexE199CB020AC13e374a
Octal341231313040121447667112
Binary1110000110011001110010110100000101011001001111101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E199CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E199CB; }

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

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

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

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

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

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

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

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