Html Css Color HEX #E412DD Deep Magenta

📋 copy color: '#E412DD'

red 228 ◦ green 18 ◦ blue 221

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

Shades of Deep Magenta #E412DD

Tints of Deep Magenta #E412DD

RGB

 RED value IS 228 (89.45% from 255) = 48.82%

 GREEN value IS 18 (7.42% from 255) = 3.85%

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

R = 48.82%
G = 3.85%
B = 47.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E412DD (or 0xE412DD) is known color: Deep Magenta. HEX triplet: E4, 12 and DD. RGB value is (228,18,221). Sum of RGB (Red+Green+Blue) = 228+18+221=467 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.82% from 467); Green value is 18 (7.42% from 255 or 3.85% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 228 - color contains mainly: red. Hex color #E412DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E412DD is #1BED22. Grayscale: #676767. Windows color (decimal): -1830179 or 14488292. OLE color: 14488292.

HSL color Cylindrical-coordinate representation of color #E412DD: hue angle of 302º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E412DD is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 18 221 -
CMYK 0 0.92 0.03 0.11
HSL 302º 0.85% 0.48% -
HSV(B) 302º 0.92% 0.89% -
XYZ 45.26 22.15 70.3 -
YUV 103.93 194.07 216.49 -
System Red Green Blue C M Y K H S L
Decimal 228 18 221 0 0.92 0.03 0.11 302 0.85 0.48
Hex E4 12 DD 0 5C 3 B 12E 55 30
Octal 344 22 335 0 134 3 13 456 125 60
Binary 11100100 10010 11011101 0 1011100 11 1011 100101110 1010101 110000

Color Harmonies of #E412DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E412DD

Black with #E412DD

Text Example


Text Example

White with #E412DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E412DD; }

 p { color: rgb(228,18,221); }

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

background-color css

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

 a { background-color: rgb(228,18,221); }

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

border-color css

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

 span { border-color: rgb(228,18,221); }

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