#E40FC1

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

Shades of Shocking Pink #E40FC1

Tints of Shocking Pink #E40FC1

Color information

#E40FC1 (or 0xE40FC1) is unknown color: approx Shocking Pink. HEX triplet: E4, 0F and C1. RGB value is (228,15,193). Sum of RGB (Red+Green+Blue) = 228+15+193=436 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.29% from 436); Green value is 15 (6.25% from 255 or 3.44% from 436); Blue value is 193 (75.78% from 255 or 44.27% from 436); Max value from RGB is 228 - color contains mainly: red. Hex color #E40FC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40FC1 is #1BF03E. Grayscale: #626262. Windows color (decimal): -1830975 or 12652516. OLE color: 12652516.

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

Color convert

RGB22815193-
CMYK00.930.150.11
HSL309.86º87.65%47.65%-
HSV(B)309.86º93.42%89.41%-
XYZ41.7920.6952.24-
YUV98.98181.07220.03-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 52.29%
GREEN value IS 15 (6.25% from 255) = 3.44%
BLUE value IS 193 (75.78% from 255) = 44.27%
R=52.29%
G=3.44%
B=44.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281519300.930.150.11309.8687.6547.65
HexE4FC105DFB1365830
Octal344173010135171346613060
Binary1110010011111100000101011101111110111001101101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E40FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E40FC1; }

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

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

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

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

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

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

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

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