#E40FC0

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

Shades of Shocking Pink #E40FC0

Tints of Shocking Pink #E40FC0

Color information

#E40FC0 (or 0xE40FC0) is unknown color: approx Shocking Pink. HEX triplet: E4, 0F and C0. RGB value is (228,15,192). Sum of RGB (Red+Green+Blue) = 228+15+192=435 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.41% from 435); Green value is 15 (6.25% from 255 or 3.45% from 435); Blue value is 192 (75.39% from 255 or 44.14% from 435); Max value from RGB is 228 - color contains mainly: red. Hex color #E40FC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40FC0 is #1BF03F. Grayscale: #626262. Windows color (decimal): -1830976 or 12586980. OLE color: 12586980.

HSL color Cylindrical-coordinate representation of color #E40FC0: hue angle of 310.14º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E40FC0 is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB22815192-
CMYK00.930.160.11
HSL310.14º87.65%47.65%-
HSV(B)310.14º93.42%89.41%-
XYZ41.6820.6451.66-
YUV98.86180.57220.11-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 52.41%
GREEN value IS 15 (6.25% from 255) = 3.45%
BLUE value IS 192 (75.39% from 255) = 44.14%
R=52.41%
G=3.45%
B=44.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281519200.930.160.11310.1487.6547.65
HexE4FC005D10B1365830
Octal344173000135201346613060
Binary11100100111111000000010111011000010111001101101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E40FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E40FC0; }

 p { color: rgb(228,15,192); }

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

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

 a { background-color: rgb(228,15,192); }

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

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

 span { border-color: rgb(228,15,192); }

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