#E395CA

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

Shades of Shocking #E395CA

Tints of Shocking #E395CA

Color information

#E395CA (or 0xE395CA) is unknown color: approx Shocking. HEX triplet: E3, 95 and CA. RGB value is (227,149,202). Sum of RGB (Red+Green+Blue) = 227+149+202=578 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.27% from 578); Green value is 149 (58.59% from 255 or 25.78% from 578); Blue value is 202 (79.30% from 255 or 34.95% from 578); Max value from RGB is 227 - color contains mainly: red. Hex color #E395CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E395CA is #1C6A35. Grayscale: #B2B2B2. Windows color (decimal): -1862198 or 13276643. OLE color: 13276643.

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

Color convert

RGB227149202-
CMYK00.340.110.11
HSL319.23º58.21%73.73%-
HSV(B)319.23º34.36%89.02%-
XYZ53.0942.0961.2-
YUV178.36141.34162.69-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.27%
GREEN value IS 149 (58.59% from 255) = 25.78%
BLUE value IS 202 (79.30% from 255) = 34.95%
R=39.27%
G=25.78%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714920200.340.110.11319.2358.2173.73
HexE395CA022BB13f3a4a
Octal343225312042131347772112
Binary1110001110010101110010100100010101110111001111111110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E395CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E395CA; }

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

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

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

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

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

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

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

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