#E19FCD

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

Shades of Shocking #E19FCD

Tints of Shocking #E19FCD

Color information

#E19FCD (or 0xE19FCD) is unknown color: approx Shocking. HEX triplet: E1, 9F and CD. RGB value is (225,159,205). Sum of RGB (Red+Green+Blue) = 225+159+205=589 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.20% from 589); Green value is 159 (62.5% from 255 or 26.99% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 225 - color contains mainly: red. Hex color #E19FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19FCD is #1E6032. Grayscale: #B7B7B7. Windows color (decimal): -1990707 or 13475809. OLE color: 13475809.

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

Color convert

RGB225159205-
CMYK00.290.090.12
HSL318.18º52.38%75.29%-
HSV(B)318.18º29.33%88.24%-
XYZ54.4745.2163.61-
YUV183.98139.87157.26-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.20%
GREEN value IS 159 (62.5% from 255) = 26.99%
BLUE value IS 205 (80.47% from 255) = 34.80%
R=38.20%
G=26.99%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515920500.290.090.12318.1852.3875.29
HexE19FCD01D9C13e344b
Octal341237315035111447664113
Binary111000011001111111001101011101100111001001111101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19FCD; }

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

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

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

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

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

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

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

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