Html Css Color HEX #E11CDA Deep Magenta

📋 copy color: '#E11CDA'

red 225 ◦ green 28 ◦ blue 218

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

Shades of Deep Magenta #E11CDA

Tints of Deep Magenta #E11CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.28%

R = 47.77%
G = 5.94%
B = 46.28%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E11CDA (or 0xE11CDA) is known color: Deep Magenta. HEX triplet: E1, 1C and DA. RGB value is (225,28,218). Sum of RGB (Red+Green+Blue) = 225+28+218=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 28 (11.33% from 255 or 5.94% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E11CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11CDA is #1EE325. Grayscale: #6C6C6C. Windows color (decimal): -2024230 or 14294241. OLE color: 14294241.

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

Color convert

RGB 225 28 218 -
CMYK 0 0.88 0.03 0.12
HSL 302.13º 0.78% 0.5% -
HSV(B) 302.13º 0.88% 0.88% -
XYZ 44.12 21.9 68.23 -
YUV 108.56 189.77 211.05 -
System Red Green Blue C M Y K H S L
Decimal 225 28 218 0 0.88 0.03 0.12 302.13 0.78 0.5
Hex E1 1C DA 0 58 3 C 12E 4E 32
Octal 341 34 332 0 130 3 14 456 116 62
Binary 11100001 11100 11011010 0 1011000 11 1100 100101110 1001110 110010

Color Harmonies of #E11CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11CDA

Black with #E11CDA

Text Example


Text Example

White with #E11CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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