Html Css Color HEX #E307DF Deep Magenta

📋 copy color: '#E307DF'

red 227 ◦ green 7 ◦ blue 223

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

Shades of Deep Magenta #E307DF

Tints of Deep Magenta #E307DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.8%

R = 49.67%
G = 1.53%
B = 48.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E307DF (or 0xE307DF) is known color: Deep Magenta. HEX triplet: E3, 07 and DF. RGB value is (227,7,223). Sum of RGB (Red+Green+Blue) = 227+7+223=457 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.67% from 457); Green value is 7 (3.12% from 255 or 1.53% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 227 - color contains mainly: red. Hex color #E307DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E307DF is #1CF820. Grayscale: #606060. Windows color (decimal): -1898529 or 14616547. OLE color: 14616547.

HSL color Cylindrical-coordinate representation of color #E307DF: hue angle of 301.09º 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 #E307DF is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 7 223 -
CMYK 0 0.97 0.02 0.11
HSL 301.09º 0.94% 0.46% -
HSV(B) 301.09º 0.97% 0.89% -
XYZ 45.07 21.81 71.65 -
YUV 97.4 198.89 220.44 -
System Red Green Blue C M Y K H S L
Decimal 227 7 223 0 0.97 0.02 0.11 301.09 0.94 0.46
Hex E3 7 DF 0 61 2 B 12D 5E 2E
Octal 343 7 337 0 141 2 13 455 136 56
Binary 11100011 111 11011111 0 1100001 10 1011 100101101 1011110 101110

Color Harmonies of #E307DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E307DF

Black with #E307DF

Text Example


Text Example

White with #E307DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E307DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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