Html Css Color HEX #E400DD Deep Magenta

📋 copy color: '#E400DD'

red 228 ◦ green 0 ◦ blue 221

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

Shades of Deep Magenta #E400DD

Tints of Deep Magenta #E400DD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50.78%
G = 0%
B = 49.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E400DD (or 0xE400DD) is known color: Deep Magenta. HEX triplet: E4, 00 and DD. RGB value is (228,0,221). Sum of RGB (Red+Green+Blue) = 228+0+221=449 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.78% from 449); Green value is 0 (0.39% from 255 or 0% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 228 - color contains mainly: red. Hex color #E400DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E400DD is #1BFF22. Grayscale: #5C5C5C. Windows color (decimal): -1834787 or 14483684. OLE color: 14483684.

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

Color convert

RGB 228 0 221 -
CMYK 0 1 0.03 0.11
HSL 301.84º 1% 0.45% -
HSV(B) 301.84º 1% 0.89% -
XYZ 45.05 21.71 70.22 -
YUV 93.37 200.04 224.03 -
System Red Green Blue C M Y K H S L
Decimal 228 0 221 0 1 0.03 0.11 301.84 1 0.45
Hex E4 0 DD 0 64 3 B 12E 64 2D
Octal 344 0 335 0 144 3 13 456 144 55
Binary 11100100 0 11011101 0 1100100 11 1011 100101110 1100100 101101

Color Harmonies of #E400DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E400DD

Black with #E400DD

Text Example


Text Example

White with #E400DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E400DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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