Html Css Color HEX #E41EDD Deep Magenta

📋 copy color: '#E41EDD'

red 228 ◦ green 30 ◦ blue 221

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

Shades of Deep Magenta #E41EDD

Tints of Deep Magenta #E41EDD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.26%

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

R = 47.6%
G = 6.26%
B = 46.14%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E41EDD (or 0xE41EDD) is known color: Deep Magenta. HEX triplet: E4, 1E and DD. RGB value is (228,30,221). Sum of RGB (Red+Green+Blue) = 228+30+221=479 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.60% from 479); Green value is 30 (12.11% from 255 or 6.26% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 228 - color contains mainly: red. Hex color #E41EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E41EDD is #1BE122. Grayscale: #6E6E6E. Windows color (decimal): -1827107 or 14491364. OLE color: 14491364.

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

Color convert

RGB 228 30 221 -
CMYK 0 0.87 0.03 0.11
HSL 302.12º 0.79% 0.51% -
HSV(B) 302.12º 0.87% 0.89% -
XYZ 45.51 22.64 70.38 -
YUV 110.98 190.1 211.47 -
System Red Green Blue C M Y K H S L
Decimal 228 30 221 0 0.87 0.03 0.11 302.12 0.79 0.51
Hex E4 1E DD 0 57 3 B 12E 4F 33
Octal 344 36 335 0 127 3 13 456 117 63
Binary 11100100 11110 11011101 0 1010111 11 1011 100101110 1001111 110011

Color Harmonies of #E41EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41EDD

Black with #E41EDD

Text Example


Text Example

White with #E41EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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