Html Css Color HEX #E20FCF Deep Magenta

📋 copy color: '#E20FCF'

red 226 ◦ green 15 ◦ blue 207

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

Shades of Deep Magenta #E20FCF

Tints of Deep Magenta #E20FCF

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 value IS 0

 M value IS 0.93

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#E20FCF (or 0xE20FCF) is known color: 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

RGB 226 15 207 -
CMYK 0 0.93 0.08 0.11
HSL 305.4º 0.88% 0.47% -
HSV(B) 305.4º 0.93% 0.89% -
XYZ 42.8 21.02 60.83 -
YUV 99.98 188.4 217.89 -
System Red Green Blue C M Y K H S L
Decimal 226 15 207 0 0.93 0.08 0.11 305.4 0.88 0.47
Hex E2 F CF 0 5D 8 B 131 58 2F
Octal 342 17 317 0 135 10 13 461 130 57
Binary 11100010 1111 11001111 0 1011101 1000 1011 100110001 1011000 101111

Color Harmonies of #E20FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20FCF

Black with #E20FCF

Text Example


Text Example

White with #E20FCF

Text Example


Text Example

HTML Codes & Css Web 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>