Html Css Color HEX #E30DD9 Deep Magenta

📋 copy color: '#E30DD9'

red 227 ◦ green 13 ◦ blue 217

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

Shades of Deep Magenta #E30DD9

Tints of Deep Magenta #E30DD9

RGB

 RED value IS 227 (89.06% from 255) = 49.67%

 GREEN value IS 13 (5.47% from 255) = 2.84%

 BLUE value IS 217 (85.16% from 255) = 47.48%

R = 49.67%
G = 2.84%
B = 47.48%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E30DD9 (or 0xE30DD9) is known color: Deep Magenta. HEX triplet: E3, 0D and D9. RGB value is (227,13,217). Sum of RGB (Red+Green+Blue) = 227+13+217=457 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.67% from 457); Green value is 13 (5.47% from 255 or 2.84% from 457); Blue value is 217 (85.16% from 255 or 47.48% from 457); Max value from RGB is 227 - color contains mainly: red. Hex color #E30DD9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E30DD9 is #1CF226. Grayscale: #636363. Windows color (decimal): -1896999 or 14224867. OLE color: 14224867.

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

Color convert

RGB 227 13 217 -
CMYK 0 0.94 0.04 0.11
HSL 302.8º 0.89% 0.47% -
HSV(B) 302.8º 0.94% 0.89% -
XYZ 44.35 21.63 67.48 -
YUV 100.24 193.9 218.41 -
System Red Green Blue C M Y K H S L
Decimal 227 13 217 0 0.94 0.04 0.11 302.8 0.89 0.47
Hex E3 D D9 0 5E 4 B 12F 59 2F
Octal 343 15 331 0 136 4 13 457 131 57
Binary 11100011 1101 11011001 0 1011110 100 1011 100101111 1011001 101111

Color Harmonies of #E30DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30DD9

Black with #E30DD9

Text Example


Text Example

White with #E30DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30DD9; }

 p { color: rgb(227,13,217); }

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

background-color css

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

 a { background-color: rgb(227,13,217); }

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

border-color css

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

 span { border-color: rgb(227,13,217); }

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