Html Css Color HEX #E01FCF Deep Magenta

📋 copy color: '#E01FCF'

red 224 ◦ green 31 ◦ blue 207

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

Shades of Deep Magenta #E01FCF

Tints of Deep Magenta #E01FCF

RGB

 RED value IS 224 (87.89% from 255) = 48.48%

 GREEN value IS 31 (12.5% from 255) = 6.71%

 BLUE value IS 207 (81.25% from 255) = 44.81%

R = 48.48%
G = 6.71%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E01FCF (or 0xE01FCF) is known color: Deep Magenta. HEX triplet: E0, 1F and CF. RGB value is (224,31,207). Sum of RGB (Red+Green+Blue) = 224+31+207=462 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.48% from 462); Green value is 31 (12.5% from 255 or 6.71% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 224 - color contains mainly: red. Hex color #E01FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01FCF is #1FE030. Grayscale: #6C6C6C. Windows color (decimal): -2089009 or 13574112. OLE color: 13574112.

HSL color Cylindrical-coordinate representation of color #E01FCF: hue angle of 305.28º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E01FCF is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 31 207 -
CMYK 0 0.86 0.08 0.12
HSL 305.29º 0.76% 0.5% -
HSV(B) 305.29º 0.86% 0.88% -
XYZ 42.49 21.33 60.91 -
YUV 108.77 183.44 210.19 -
System Red Green Blue C M Y K H S L
Decimal 224 31 207 0 0.86 0.08 0.12 305.29 0.76 0.5
Hex E0 1F CF 0 56 8 C 131 4C 32
Octal 340 37 317 0 126 10 14 461 114 62
Binary 11100000 11111 11001111 0 1010110 1000 1100 100110001 1001100 110010

Color Harmonies of #E01FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01FCF

Black with #E01FCF

Text Example


Text Example

White with #E01FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01FCF; }

 p { color: rgb(224,31,207); }

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

background-color css

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

 a { background-color: rgb(224,31,207); }

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

border-color css

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

 span { border-color: rgb(224,31,207); }

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