Html Css Color HEX #E11CE0 Deep Magenta

📋 copy color: '#E11CE0'

red 225 ◦ green 28 ◦ blue 224

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

Shades of Deep Magenta #E11CE0

Tints of Deep Magenta #E11CE0

RGB

 RED value IS 225 (88.28% from 255) = 47.17%

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

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

R = 47.17%
G = 5.87%
B = 46.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#E11CE0 (or 0xE11CE0) is known color: Deep Magenta. HEX triplet: E1, 1C and E0. RGB value is (225,28,224). Sum of RGB (Red+Green+Blue) = 225+28+224=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 28 (11.33% from 255 or 5.87% from 477); Blue value is 224 (87.89% from 255 or 46.96% from 477); Max value from RGB is 225 - color contains mainly: red. Hex color #E11CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11CE0 is #1EE31F. Grayscale: #6C6C6C. Windows color (decimal): -2024224 or 14687457. OLE color: 14687457.

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

Color convert

RGB 225 28 224 -
CMYK 0 0.88 0.00 0.12
HSL 300.3º 0.78% 0.5% -
HSV(B) 300.3º 0.88% 0.88% -
XYZ 44.92 22.22 72.44 -
YUV 109.25 192.77 210.56 -
System Red Green Blue C M Y K H S L
Decimal 225 28 224 0 0.88 0.00 0.12 300.3 0.78 0.5
Hex E1 1C E0 0 58 0 C 12C 4E 32
Octal 341 34 340 0 130 0 14 454 116 62
Binary 11100001 11100 11100000 0 1011000 0 1100 100101100 1001110 110010

Color Harmonies of #E11CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11CE0

Black with #E11CE0

Text Example


Text Example

White with #E11CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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