#E392CA

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

Shades of Shocking #E392CA

Tints of Shocking #E392CA

Color information

#E392CA (or 0xE392CA) is unknown color: approx Shocking. HEX triplet: E3, 92 and CA. RGB value is (227,146,202). Sum of RGB (Red+Green+Blue) = 227+146+202=575 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.48% from 575); Green value is 146 (57.42% from 255 or 25.39% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 227 - color contains mainly: red. Hex color #E392CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E392CA is #1C6D35. Grayscale: #B0B0B0. Windows color (decimal): -1862966 or 13275875. OLE color: 13275875.

HSL color Cylindrical-coordinate representation of color #E392CA: hue angle of 318.52º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E392CA is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB227146202-
CMYK00.360.110.11
HSL318.52º59.12%73.14%-
HSV(B)318.52º35.68%89.02%-
XYZ52.6241.1561.05-
YUV176.6142.34163.95-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.48%
GREEN value IS 146 (57.42% from 255) = 25.39%
BLUE value IS 202 (79.30% from 255) = 35.13%
R=39.48%
G=25.39%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714620200.360.110.11318.5259.1273.14
HexE392CA024BB13f3b49
Octal343222312044131347773111
Binary1110001110010010110010100100100101110111001111111110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E392CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E392CA; }

 p { color: rgb(227,146,202); }

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

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

 a { background-color: rgb(227,146,202); }

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

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

 span { border-color: rgb(227,146,202); }

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