Html Css Color HEX #E01DCF Deep Magenta

📋 copy color: '#E01DCF'

red 224 ◦ green 29 ◦ blue 207

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

Shades of Deep Magenta #E01DCF

Tints of Deep Magenta #E01DCF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.3%

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

R = 48.7%
G = 6.3%
B = 45%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E01DCF (or 0xE01DCF) is known color: Deep Magenta. HEX triplet: E0, 1D and CF. RGB value is (224,29,207). Sum of RGB (Red+Green+Blue) = 224+29+207=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 29 (11.72% from 255 or 6.30% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E01DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01DCF is #1FE230. Grayscale: #6B6B6B. Windows color (decimal): -2089521 or 13573600. OLE color: 13573600.

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

Color convert

RGB 224 29 207 -
CMYK 0 0.87 0.08 0.12
HSL 305.23º 0.77% 0.5% -
HSV(B) 305.23º 0.87% 0.88% -
XYZ 42.44 21.23 60.89 -
YUV 107.6 184.1 211.03 -
System Red Green Blue C M Y K H S L
Decimal 224 29 207 0 0.87 0.08 0.12 305.23 0.77 0.5
Hex E0 1D CF 0 57 8 C 131 4D 32
Octal 340 35 317 0 127 10 14 461 115 62
Binary 11100000 11101 11001111 0 1010111 1000 1100 100110001 1001101 110010

Color Harmonies of #E01DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01DCF

Black with #E01DCF

Text Example


Text Example

White with #E01DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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