#E391CA

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

Shades of Shocking #E391CA

Tints of Shocking #E391CA

Color information

#E391CA (or 0xE391CA) is unknown color: approx Shocking. HEX triplet: E3, 91 and CA. RGB value is (227,145,202). Sum of RGB (Red+Green+Blue) = 227+145+202=574 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.55% from 574); Green value is 145 (57.03% from 255 or 25.26% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 227 - color contains mainly: red. Hex color #E391CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E391CA is #1C6E35. Grayscale: #AFAFAF. Windows color (decimal): -1863222 or 13275619. OLE color: 13275619.

HSL color Cylindrical-coordinate representation of color #E391CA: hue angle of 318.29º 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 #E391CA is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB227145202-
CMYK00.360.110.11
HSL318.29º59.42%72.94%-
HSV(B)318.29º36.12%89.02%-
XYZ52.4640.8561-
YUV176.02142.67164.37-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.55%
GREEN value IS 145 (57.03% from 255) = 25.26%
BLUE value IS 202 (79.30% from 255) = 35.19%
R=39.55%
G=25.26%
B=35.19%

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
Decimal22714520200.360.110.11318.2959.4272.94
HexE391CA024BB13e3b49
Octal343221312044131347673111
Binary1110001110010001110010100100100101110111001111101110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E391CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E391CA; }

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

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

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

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

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

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

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

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