Html Css Color HEX #E30EDD Deep Magenta

📋 copy color: '#E30EDD'

red 227 ◦ green 14 ◦ blue 221

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

Shades of Deep Magenta #E30EDD

Tints of Deep Magenta #E30EDD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.03%

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

R = 49.13%
G = 3.03%
B = 47.84%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E30EDD (or 0xE30EDD) is known color: Deep Magenta. HEX triplet: E3, 0E and DD. RGB value is (227,14,221). Sum of RGB (Red+Green+Blue) = 227+14+221=462 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.13% from 462); Green value is 14 (5.86% from 255 or 3.03% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 227 - color contains mainly: red. Hex color #E30EDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E30EDD is #1CF122. Grayscale: #646464. Windows color (decimal): -1896739 or 14487267. OLE color: 14487267.

HSL color Cylindrical-coordinate representation of color #E30EDD: hue angle of 301.69º degrees, saturation: 0.88, 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 #E30EDD is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 14 221 -
CMYK 0 0.94 0.03 0.11
HSL 301.69º 0.88% 0.47% -
HSV(B) 301.69º 0.94% 0.89% -
XYZ 44.89 21.87 70.26 -
YUV 101.29 195.57 217.67 -
System Red Green Blue C M Y K H S L
Decimal 227 14 221 0 0.94 0.03 0.11 301.69 0.88 0.47
Hex E3 E DD 0 5E 3 B 12E 58 2F
Octal 343 16 335 0 136 3 13 456 130 57
Binary 11100011 1110 11011101 0 1011110 11 1011 100101110 1011000 101111

Color Harmonies of #E30EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30EDD

Black with #E30EDD

Text Example


Text Example

White with #E30EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30EDD; }

 p { color: rgb(227,14,221); }

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

background-color css

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

 a { background-color: rgb(227,14,221); }

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

border-color css

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

 span { border-color: rgb(227,14,221); }

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