#E19FC8

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

Shades of Shocking #E19FC8

Tints of Shocking #E19FC8

Color information

#E19FC8 (or 0xE19FC8) is unknown color: approx Shocking. HEX triplet: E1, 9F and C8. RGB value is (225,159,200). Sum of RGB (Red+Green+Blue) = 225+159+200=584 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.53% from 584); Green value is 159 (62.5% from 255 or 27.23% from 584); Blue value is 200 (78.52% from 255 or 34.25% from 584); Max value from RGB is 225 - color contains mainly: red. Hex color #E19FC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19FC8 is #1E6037. Grayscale: #B7B7B7. Windows color (decimal): -1990712 or 13148129. OLE color: 13148129.

HSL color Cylindrical-coordinate representation of color #E19FC8: hue angle of 322.73º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E19FC8 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB225159200-
CMYK00.290.110.12
HSL322.73º52.38%75.29%-
HSV(B)322.73º29.33%88.24%-
XYZ53.8744.9760.48-
YUV183.41137.37157.67-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.53%
GREEN value IS 159 (62.5% from 255) = 27.23%
BLUE value IS 200 (78.52% from 255) = 34.25%
R=38.53%
G=27.23%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515920000.290.110.12322.7352.3875.29
HexE19FC801DBC143344b
Octal341237310035131450364113
Binary111000011001111111001000011101101111001010000111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19FC8; }

 p { color: rgb(225,159,200); }

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

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

 a { background-color: rgb(225,159,200); }

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

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

 span { border-color: rgb(225,159,200); }

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