Html Css Color HEX #E01ECE Deep Magenta

📋 copy color: '#E01ECE'

red 224 ◦ green 30 ◦ blue 206

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

Shades of Deep Magenta #E01ECE

Tints of Deep Magenta #E01ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.78%

R = 48.7%
G = 6.52%
B = 44.78%

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

#E01ECE (or 0xE01ECE) is known color: Deep Magenta. HEX triplet: E0, 1E and CE. RGB value is (224,30,206). Sum of RGB (Red+Green+Blue) = 224+30+206=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 30 (12.11% from 255 or 6.52% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E01ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01ECE is #1FE131. Grayscale: #6B6B6B. Windows color (decimal): -2089266 or 13508320. OLE color: 13508320.

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

Color convert

RGB 224 30 206 -
CMYK 0 0.87 0.08 0.12
HSL 305.57º 0.76% 0.5% -
HSV(B) 305.57º 0.87% 0.88% -
XYZ 42.35 21.23 60.26 -
YUV 108.07 183.27 210.69 -
System Red Green Blue C M Y K H S L
Decimal 224 30 206 0 0.87 0.08 0.12 305.57 0.76 0.5
Hex E0 1E CE 0 57 8 C 132 4C 32
Octal 340 36 316 0 127 10 14 462 114 62
Binary 11100000 11110 11001110 0 1010111 1000 1100 100110010 1001100 110010

Color Harmonies of #E01ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01ECE

Black with #E01ECE

Text Example


Text Example

White with #E01ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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