Html Css Color HEX #E415DD Deep Magenta

📋 copy color: '#E415DD'

red 228 ◦ green 21 ◦ blue 221

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

Shades of Deep Magenta #E415DD

Tints of Deep Magenta #E415DD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.47%

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

R = 48.51%
G = 4.47%
B = 47.02%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E415DD (or 0xE415DD) is known color: Deep Magenta. HEX triplet: E4, 15 and DD. RGB value is (228,21,221). Sum of RGB (Red+Green+Blue) = 228+21+221=470 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.51% from 470); Green value is 21 (8.59% from 255 or 4.47% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 228 - color contains mainly: red. Hex color #E415DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E415DD is #1BEA22. Grayscale: #696969. Windows color (decimal): -1829411 or 14489060. OLE color: 14489060.

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

Color convert

RGB 228 21 221 -
CMYK 0 0.91 0.03 0.11
HSL 302.03º 0.83% 0.49% -
HSV(B) 302.03º 0.91% 0.89% -
XYZ 45.31 22.25 70.31 -
YUV 105.69 193.08 215.24 -
System Red Green Blue C M Y K H S L
Decimal 228 21 221 0 0.91 0.03 0.11 302.03 0.83 0.49
Hex E4 15 DD 0 5B 3 B 12E 53 31
Octal 344 25 335 0 133 3 13 456 123 61
Binary 11100100 10101 11011101 0 1011011 11 1011 100101110 1010011 110001

Color Harmonies of #E415DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E415DD

Black with #E415DD

Text Example


Text Example

White with #E415DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E415DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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