Html Css Color HEX #E01ECF Deep Magenta

📋 copy color: '#E01ECF'

red 224 ◦ green 30 ◦ blue 207

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

Shades of Deep Magenta #E01ECF

Tints of Deep Magenta #E01ECF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.51%

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

R = 48.59%
G = 6.51%
B = 44.9%

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

#E01ECF (or 0xE01ECF) is known color: Deep Magenta. HEX triplet: E0, 1E and CF. RGB value is (224,30,207). Sum of RGB (Red+Green+Blue) = 224+30+207=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 30 (12.11% from 255 or 6.51% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 224 - color contains mainly: red. Hex color #E01ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01ECF is #1FE130. Grayscale: #6B6B6B. Windows color (decimal): -2089265 or 13573856. OLE color: 13573856.

HSL color Cylindrical-coordinate representation of color #E01ECF: hue angle of 305.26º degrees, saturation: 0.76, 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 #E01ECF is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 30 207 -
CMYK 0 0.87 0.08 0.12
HSL 305.26º 0.76% 0.5% -
HSV(B) 305.26º 0.87% 0.88% -
XYZ 42.47 21.28 60.9 -
YUV 108.18 183.77 210.61 -
System Red Green Blue C M Y K H S L
Decimal 224 30 207 0 0.87 0.08 0.12 305.26 0.76 0.5
Hex E0 1E CF 0 57 8 C 131 4C 32
Octal 340 36 317 0 127 10 14 461 114 62
Binary 11100000 11110 11001111 0 1010111 1000 1100 100110001 1001100 110010

Color Harmonies of #E01ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01ECF

Black with #E01ECF

Text Example


Text Example

White with #E01ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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