#e20fcf

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

Shades of Deep Magenta #E20FCF

Tints of Deep Magenta #E20FCF

Color information

#E20FCF (or 0xE20FCF) is unknown color: approx Deep Magenta. HEX triplet: E2, 0F and CF. RGB value is (226,15,207). Sum of RGB (Red+Green+Blue) = 226+15+207=448 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.45% from 448); Green value is 15 (6.25% from 255 or 3.35% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 226 - color contains mainly: red. Hex color #E20FCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20FCF is #1DF030. Grayscale: #636363. Windows color (decimal): -1962033 or 13570018. OLE color: 13570018.

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

Color convert

RGB22615207-
CMYK00.930.080.11
HSL305.4º87.55%47.25%-
HSV(B)305.4º93.36%88.63%-
XYZ42.821.0260.83-
YUV99.98188.4217.89-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 50.45%
GREEN value IS 15 (6.25% from 255) = 3.35%
BLUE value IS 207 (81.25% from 255) = 46.21%
R=50.45%
G=3.35%
B=46.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261520700.930.080.11305.487.5547.25
HexE2FCF05D8B131582f
Octal342173170135101346113057
Binary1110001011111100111101011101100010111001100011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e20fcf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e20fcf; }

 p { color: rgb(226,15,207); }

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

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

 a { background-color: rgb(226,15,207); }

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

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

 span { border-color: rgb(226,15,207); }

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