Html Css Color HEX #E11CDE Deep Magenta

📋 copy color: '#E11CDE'

red 225 ◦ green 28 ◦ blue 222

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

Shades of Deep Magenta #E11CDE

Tints of Deep Magenta #E11CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.74%

R = 47.37%
G = 5.89%
B = 46.74%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E11CDE (or 0xE11CDE) is known color: Deep Magenta. HEX triplet: E1, 1C and DE. RGB value is (225,28,222). Sum of RGB (Red+Green+Blue) = 225+28+222=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 28 (11.33% from 255 or 5.89% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E11CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11CDE is #1EE321. Grayscale: #6C6C6C. Windows color (decimal): -2024226 or 14556385. OLE color: 14556385.

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

Color convert

RGB 225 28 222 -
CMYK 0 0.88 0.01 0.12
HSL 300.91º 0.78% 0.5% -
HSV(B) 300.91º 0.88% 0.88% -
XYZ 44.65 22.11 71.02 -
YUV 109.02 191.77 210.73 -
System Red Green Blue C M Y K H S L
Decimal 225 28 222 0 0.88 0.01 0.12 300.91 0.78 0.5
Hex E1 1C DE 0 58 1 C 12D 4E 32
Octal 341 34 336 0 130 1 14 455 116 62
Binary 11100001 11100 11011110 0 1011000 1 1100 100101101 1001110 110010

Color Harmonies of #E11CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11CDE

Black with #E11CDE

Text Example


Text Example

White with #E11CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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