#E199CD

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

Shades of Shocking #E199CD

Tints of Shocking #E199CD

Color information

#E199CD (or 0xE199CD) is unknown color: approx Shocking. HEX triplet: E1, 99 and CD. RGB value is (225,153,205). Sum of RGB (Red+Green+Blue) = 225+153+205=583 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.59% from 583); Green value is 153 (60.16% from 255 or 26.24% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 225 - color contains mainly: red. Hex color #E199CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E199CD is #1E6632. Grayscale: #B4B4B4. Windows color (decimal): -1992243 or 13474273. OLE color: 13474273.

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

Color convert

RGB225153205-
CMYK00.320.090.12
HSL316.67º54.55%74.12%-
HSV(B)316.67º32%88.24%-
XYZ53.4643.263.28-
YUV180.46141.85159.77-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.59%
GREEN value IS 153 (60.16% from 255) = 26.24%
BLUE value IS 205 (80.47% from 255) = 35.16%
R=38.59%
G=26.24%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515320500.320.090.12316.6754.5574.12
HexE199CD0209C13d374a
Octal341231315040111447567112
Binary1110000110011001110011010100000100111001001111011101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E199CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E199CD; }

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

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

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

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

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

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

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

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