#E192CD

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

Shades of Shocking #E192CD

Tints of Shocking #E192CD

Color information

#E192CD (or 0xE192CD) is unknown color: approx Shocking. HEX triplet: E1, 92 and CD. RGB value is (225,146,205). Sum of RGB (Red+Green+Blue) = 225+146+205=576 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.06% from 576); Green value is 146 (57.42% from 255 or 25.35% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 225 - color contains mainly: red. Hex color #E192CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E192CD is #1E6D32. Grayscale: #B0B0B0. Windows color (decimal): -1994035 or 13472481. OLE color: 13472481.

HSL color Cylindrical-coordinate representation of color #E192CD: hue angle of 315.19º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E192CD is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB225146205-
CMYK00.350.090.12
HSL315.19º56.83%72.75%-
HSV(B)315.19º35.11%88.24%-
XYZ52.3540.9762.91-
YUV176.35144.17162.7-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.06%
GREEN value IS 146 (57.42% from 255) = 25.35%
BLUE value IS 205 (80.47% from 255) = 35.59%
R=39.06%
G=25.35%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514620500.350.090.12315.1956.8372.75
HexE192CD0239C13b3949
Octal341222315043111447371111
Binary1110000110010010110011010100011100111001001110111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E192CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E192CD; }

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

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

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

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

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

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

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

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