#E193CD

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

Shades of Shocking #E193CD

Tints of Shocking #E193CD

Color information

#E193CD (or 0xE193CD) is unknown color: approx Shocking. HEX triplet: E1, 93 and CD. RGB value is (225,147,205). Sum of RGB (Red+Green+Blue) = 225+147+205=577 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.99% from 577); Green value is 147 (57.81% from 255 or 25.48% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 225 - color contains mainly: red. Hex color #E193CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E193CD is #1E6C32. Grayscale: #B0B0B0. Windows color (decimal): -1993779 or 13472737. OLE color: 13472737.

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

Color convert

RGB225147205-
CMYK00.350.090.12
HSL315.38º56.52%72.94%-
HSV(B)315.38º34.67%88.24%-
XYZ52.541.2862.96-
YUV176.93143.84162.28-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.99%
GREEN value IS 147 (57.81% from 255) = 25.48%
BLUE value IS 205 (80.47% from 255) = 35.53%
R=38.99%
G=25.48%
B=35.53%

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
Decimal22514720500.350.090.12315.3856.5272.94
HexE193CD0239C13b3949
Octal341223315043111447371111
Binary1110000110010011110011010100011100111001001110111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E193CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E193CD; }

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

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

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

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

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

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

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

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