#E199C6

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

Shades of Shocking #E199C6

Tints of Shocking #E199C6

Color information

#E199C6 (or 0xE199C6) is unknown color: approx Shocking. HEX triplet: E1, 99 and C6. RGB value is (225,153,198). Sum of RGB (Red+Green+Blue) = 225+153+198=576 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.06% from 576); Green value is 153 (60.16% from 255 or 26.56% from 576); Blue value is 198 (77.73% from 255 or 34.38% from 576); Max value from RGB is 225 - color contains mainly: red. Hex color #E199C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E199C6 is #1E6639. Grayscale: #B3B3B3. Windows color (decimal): -1992250 or 13015521. OLE color: 13015521.

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

Color convert

RGB225153198-
CMYK00.320.120.12
HSL322.5º54.55%74.12%-
HSV(B)322.5º32%88.24%-
XYZ52.6442.8758.93-
YUV179.66138.35160.34-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.06%
GREEN value IS 153 (60.16% from 255) = 26.56%
BLUE value IS 198 (77.73% from 255) = 34.38%
R=39.06%
G=26.56%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515319800.320.120.12322.554.5574.12
HexE199C6020CC142374a
Octal341231306040141450267112
Binary1110000110011001110001100100000110011001010000101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E199C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E199C6; }

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

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

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

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

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

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

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

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