Html Css Color HEX #E20FDE Deep Magenta

📋 copy color: '#E20FDE'

red 226 ◦ green 15 ◦ blue 222

#E20FDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #E20FDE

Tints of Deep Magenta #E20FDE

RGB

 RED value IS 226 (88.67% from 255) = 48.81%

 GREEN value IS 15 (6.25% from 255) = 3.24%

 BLUE value IS 222 (87.11% from 255) = 47.95%

R = 48.81%
G = 3.24%
B = 47.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E20FDE (or 0xE20FDE) is known color: Deep Magenta. HEX triplet: E2, 0F and DE. RGB value is (226,15,222). Sum of RGB (Red+Green+Blue) = 226+15+222=463 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.81% from 463); Green value is 15 (6.25% from 255 or 3.24% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 226 - color contains mainly: red. Hex color #E20FDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20FDE is #1DF021. Grayscale: #656565. Windows color (decimal): -1962018 or 14553058. OLE color: 14553058.

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

Color convert

RGB 226 15 222 -
CMYK 0 0.93 0.02 0.11
HSL 301.14º 0.88% 0.47% -
HSV(B) 301.14º 0.93% 0.89% -
XYZ 44.72 21.78 70.96 -
YUV 101.69 195.9 216.67 -
System Red Green Blue C M Y K H S L
Decimal 226 15 222 0 0.93 0.02 0.11 301.14 0.88 0.47
Hex E2 F DE 0 5D 2 B 12D 58 2F
Octal 342 17 336 0 135 2 13 455 130 57
Binary 11100010 1111 11011110 0 1011101 10 1011 100101101 1011000 101111

Color Harmonies of #E20FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20FDE

Black with #E20FDE

Text Example


Text Example

White with #E20FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20FDE; }

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

 H1.HeaderClassName
 {
   color: #E20FDE;
 }
 .AnyTagClassName
 {
   color: #E20FDE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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