#E390CE

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

Shades of Shocking #E390CE

Tints of Shocking #E390CE

Color information

#E390CE (or 0xE390CE) is unknown color: approx Shocking. HEX triplet: E3, 90 and CE. RGB value is (227,144,206). Sum of RGB (Red+Green+Blue) = 227+144+206=577 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.34% from 577); Green value is 144 (56.64% from 255 or 24.96% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 227 - color contains mainly: red. Hex color #E390CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E390CE is #1C6F31. Grayscale: #AFAFAF. Windows color (decimal): -1863474 or 13537507. OLE color: 13537507.

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

Color convert

RGB227144206-
CMYK00.370.090.11
HSL315.18º59.71%72.75%-
HSV(B)315.18º36.56%89.02%-
XYZ52.7940.7363.47-
YUV175.88145164.46-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.34%
GREEN value IS 144 (56.64% from 255) = 24.96%
BLUE value IS 206 (80.86% from 255) = 35.70%
R=39.34%
G=24.96%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714420600.370.090.11315.1859.7172.75
HexE390CE0259B13b3c49
Octal343220316045111347374111
Binary1110001110010000110011100100101100110111001110111111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E390CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E390CE; }

 p { color: rgb(227,144,206); }

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

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

 a { background-color: rgb(227,144,206); }

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

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

 span { border-color: rgb(227,144,206); }

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