Html Css Color HEX #E307D9 Deep Magenta

📋 copy color: '#E307D9'

red 227 ◦ green 7 ◦ blue 217

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

Shades of Deep Magenta #E307D9

Tints of Deep Magenta #E307D9

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.55%

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

R = 50.33%
G = 1.55%
B = 48.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E307D9 (or 0xE307D9) is known color: Deep Magenta. HEX triplet: E3, 07 and D9. RGB value is (227,7,217). Sum of RGB (Red+Green+Blue) = 227+7+217=451 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.33% from 451); Green value is 7 (3.12% from 255 or 1.55% from 451); Blue value is 217 (85.16% from 255 or 48.12% from 451); Max value from RGB is 227 - color contains mainly: red. Hex color #E307D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E307D9 is #1CF826. Grayscale: #606060. Windows color (decimal): -1898535 or 14223331. OLE color: 14223331.

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

Color convert

RGB 227 7 217 -
CMYK 0 0.97 0.04 0.11
HSL 302.73º 0.94% 0.46% -
HSV(B) 302.73º 0.97% 0.89% -
XYZ 44.28 21.49 67.46 -
YUV 96.72 195.89 220.92 -
System Red Green Blue C M Y K H S L
Decimal 227 7 217 0 0.97 0.04 0.11 302.73 0.94 0.46
Hex E3 7 D9 0 61 4 B 12F 5E 2E
Octal 343 7 331 0 141 4 13 457 136 56
Binary 11100011 111 11011001 0 1100001 100 1011 100101111 1011110 101110

Color Harmonies of #E307D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E307D9

Black with #E307D9

Text Example


Text Example

White with #E307D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E307D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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