Html Css Color HEX #E11CDD Deep Magenta

📋 copy color: '#E11CDD'

red 225 ◦ green 28 ◦ blue 221

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

Shades of Deep Magenta #E11CDD

Tints of Deep Magenta #E11CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.62%

R = 47.47%
G = 5.91%
B = 46.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E11CDD (or 0xE11CDD) is known color: Deep Magenta. HEX triplet: E1, 1C and DD. RGB value is (225,28,221). Sum of RGB (Red+Green+Blue) = 225+28+221=474 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.47% from 474); Green value is 28 (11.33% from 255 or 5.91% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 225 - color contains mainly: red. Hex color #E11CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11CDD is #1EE322. Grayscale: #6C6C6C. Windows color (decimal): -2024227 or 14490849. OLE color: 14490849.

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

Color convert

RGB 225 28 221 -
CMYK 0 0.88 0.02 0.12
HSL 301.22º 0.78% 0.5% -
HSV(B) 301.22º 0.88% 0.88% -
XYZ 44.52 22.06 70.32 -
YUV 108.91 191.27 210.81 -
System Red Green Blue C M Y K H S L
Decimal 225 28 221 0 0.88 0.02 0.12 301.22 0.78 0.5
Hex E1 1C DD 0 58 2 C 12D 4E 32
Octal 341 34 335 0 130 2 14 455 116 62
Binary 11100001 11100 11011101 0 1011000 10 1100 100101101 1001110 110010

Color Harmonies of #E11CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11CDD

Black with #E11CDD

Text Example


Text Example

White with #E11CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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