Html Css Color HEX #E01CE0 Deep Magenta

📋 copy color: '#E01CE0'

red 224 ◦ green 28 ◦ blue 224

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

Shades of Deep Magenta #E01CE0

Tints of Deep Magenta #E01CE0

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.88%

 BLUE value IS 224 (87.89% from 255) = 47.06%

R = 47.06%
G = 5.88%
B = 47.06%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#E01CE0 (or 0xE01CE0) is known color: Deep Magenta. HEX triplet: E0, 1C and E0. RGB value is (224,28,224). Sum of RGB (Red+Green+Blue) = 224+28+224=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 28 (11.33% from 255 or 5.88% from 476); Blue value is 224 (87.89% from 255 or 47.06% from 476); Max value from RGB is 224 - color contains mainly: red, blue. Hex color #E01CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01CE0 is #1FE31F. Grayscale: #6C6C6C. Windows color (decimal): -2089760 or 14687456. OLE color: 14687456.

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

Color convert

RGB 224 28 224 -
CMYK 0 0.88 0 0.12
HSL 300º 0.78% 0.49% -
HSV(B) 300º 0.88% 0.88% -
XYZ 44.61 22.06 72.43 -
YUV 108.95 192.93 210.06 -
System Red Green Blue C M Y K H S L
Decimal 224 28 224 0 0.88 0 0.12 300 0.78 0.49
Hex E0 1C E0 0 58 0 C 12C 4E 31
Octal 340 34 340 0 130 0 14 454 116 61
Binary 11100000 11100 11100000 0 1011000 0 1100 100101100 1001110 110001

Color Harmonies of #E01CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01CE0

Black with #E01CE0

Text Example


Text Example

White with #E01CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01CE0; }

 p { color: rgb(224,28,224); }

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

background-color css

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

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

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

border-color css

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

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

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