#E193CA

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

Shades of Shocking #E193CA

Tints of Shocking #E193CA

Color information

#E193CA (or 0xE193CA) is unknown color: approx Shocking. HEX triplet: E1, 93 and CA. RGB value is (225,147,202). Sum of RGB (Red+Green+Blue) = 225+147+202=574 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.20% from 574); Green value is 147 (57.81% from 255 or 25.61% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 225 - color contains mainly: red. Hex color #E193CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E193CA is #1E6C35. Grayscale: #B0B0B0. Windows color (decimal): -1993782 or 13276129. OLE color: 13276129.

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

Color convert

RGB225147202-
CMYK00.350.100.12
HSL317.69º56.52%72.94%-
HSV(B)317.69º34.67%88.24%-
XYZ52.1541.1461.07-
YUV176.59142.34162.53-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.20%
GREEN value IS 147 (57.81% from 255) = 25.61%
BLUE value IS 202 (79.30% from 255) = 35.19%
R=39.20%
G=25.61%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514720200.350.100.12317.6956.5272.94
HexE193CA023AC13e3949
Octal341223312043121447671111
Binary1110000110010011110010100100011101011001001111101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E193CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E193CA; }

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

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

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

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

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

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

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

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