#E390C4

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

Shades of Shocking #E390C4

Tints of Shocking #E390C4

Color information

#E390C4 (or 0xE390C4) is unknown color: approx Shocking. HEX triplet: E3, 90 and C4. RGB value is (227,144,196). Sum of RGB (Red+Green+Blue) = 227+144+196=567 (75% of max value = 765). Red value is 227 (89.06% from 255 or 40.04% from 567); Green value is 144 (56.64% from 255 or 25.40% from 567); Blue value is 196 (76.95% from 255 or 34.57% from 567); Max value from RGB is 227 - color contains mainly: red. Hex color #E390C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E390C4 is #1C6F3B. Grayscale: #AEAEAE. Windows color (decimal): -1863484 or 12882147. OLE color: 12882147.

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

Color convert

RGB227144196-
CMYK00.370.140.11
HSL322.41º59.71%72.75%-
HSV(B)322.41º36.56%89.02%-
XYZ51.6240.2657.28-
YUV174.74140165.27-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.04%
GREEN value IS 144 (56.64% from 255) = 25.40%
BLUE value IS 196 (76.95% from 255) = 34.57%
R=40.04%
G=25.40%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714419600.370.140.11322.4159.7172.75
HexE390C4025EB1423c49
Octal343220304045161350274111
Binary1110001110010000110001000100101111010111010000101111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E390C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E390C4; }

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

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

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

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

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

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

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

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