Html Css Color HEX #E317DF Deep Magenta

📋 copy color: '#E317DF'

red 227 ◦ green 23 ◦ blue 223

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

Shades of Deep Magenta #E317DF

Tints of Deep Magenta #E317DF

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.86%

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

R = 47.99%
G = 4.86%
B = 47.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E317DF (or 0xE317DF) is known color: Deep Magenta. HEX triplet: E3, 17 and DF. RGB value is (227,23,223). Sum of RGB (Red+Green+Blue) = 227+23+223=473 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.99% from 473); Green value is 23 (9.38% from 255 or 4.86% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 227 - color contains mainly: red. Hex color #E317DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E317DF is #1CE820. Grayscale: #6A6A6A. Windows color (decimal): -1894433 or 14620643. OLE color: 14620643.

HSL color Cylindrical-coordinate representation of color #E317DF: hue angle of 301.18º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E317DF is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 23 223 -
CMYK 0 0.90 0.02 0.11
HSL 301.18º 0.82% 0.49% -
HSV(B) 301.18º 0.9% 0.89% -
XYZ 45.3 22.27 71.72 -
YUV 106.8 193.59 213.74 -
System Red Green Blue C M Y K H S L
Decimal 227 23 223 0 0.90 0.02 0.11 301.18 0.82 0.49
Hex E3 17 DF 0 5A 2 B 12D 52 31
Octal 343 27 337 0 132 2 13 455 122 61
Binary 11100011 10111 11011111 0 1011010 10 1011 100101101 1010010 110001

Color Harmonies of #E317DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E317DF

Black with #E317DF

Text Example


Text Example

White with #E317DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E317DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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