#E390C5

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

Shades of Shocking #E390C5

Tints of Shocking #E390C5

Color information

#E390C5 (or 0xE390C5) is unknown color: approx Shocking. HEX triplet: E3, 90 and C5. RGB value is (227,144,197). Sum of RGB (Red+Green+Blue) = 227+144+197=568 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.96% from 568); Green value is 144 (56.64% from 255 or 25.35% from 568); Blue value is 197 (77.34% from 255 or 34.68% from 568); Max value from RGB is 227 - color contains mainly: red. Hex color #E390C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E390C5 is #1C6F3A. Grayscale: #AEAEAE. Windows color (decimal): -1863483 or 12947683. OLE color: 12947683.

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

Color convert

RGB227144197-
CMYK00.370.130.11
HSL321.69º59.71%72.75%-
HSV(B)321.69º36.56%89.02%-
XYZ51.7340.3157.88-
YUV174.86140.5165.19-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.96%
GREEN value IS 144 (56.64% from 255) = 25.35%
BLUE value IS 197 (77.34% from 255) = 34.68%
R=39.96%
G=25.35%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714419700.370.130.11321.6959.7172.75
HexE390C5025DB1423c49
Octal343220305045151350274111
Binary1110001110010000110001010100101110110111010000101111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E390C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E390C5; }

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

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

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

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

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

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

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

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