Html Css Color HEX #E403DD Deep Magenta

📋 copy color: '#E403DD'

red 228 ◦ green 3 ◦ blue 221

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

Shades of Deep Magenta #E403DD

Tints of Deep Magenta #E403DD

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.66%

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

R = 50.44%
G = 0.66%
B = 48.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E403DD (or 0xE403DD) is known color: Deep Magenta. HEX triplet: E4, 03 and DD. RGB value is (228,3,221). Sum of RGB (Red+Green+Blue) = 228+3+221=452 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.44% from 452); Green value is 3 (1.56% from 255 or 0.66% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 228 - color contains mainly: red. Hex color #E403DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E403DD is #1BFC22. Grayscale: #5E5E5E. Windows color (decimal): -1834019 or 14484452. OLE color: 14484452.

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

Color convert

RGB 228 3 221 -
CMYK 0 0.99 0.03 0.11
HSL 301.87º 0.97% 0.45% -
HSV(B) 301.87º 0.99% 0.89% -
XYZ 45.08 21.78 70.23 -
YUV 95.13 199.04 222.77 -
System Red Green Blue C M Y K H S L
Decimal 228 3 221 0 0.99 0.03 0.11 301.87 0.97 0.45
Hex E4 3 DD 0 63 3 B 12E 61 2D
Octal 344 3 335 0 143 3 13 456 141 55
Binary 11100100 11 11011101 0 1100011 11 1011 100101110 1100001 101101

Color Harmonies of #E403DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E403DD

Black with #E403DD

Text Example


Text Example

White with #E403DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E403DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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