Html Css Color HEX #E317D9 Deep Magenta

📋 copy color: '#E317D9'

red 227 ◦ green 23 ◦ blue 217

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

Shades of Deep Magenta #E317D9

Tints of Deep Magenta #E317D9

RGB

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

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

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

R = 48.61%
G = 4.93%
B = 46.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E317D9 (or 0xE317D9) is known color: Deep Magenta. HEX triplet: E3, 17 and D9. RGB value is (227,23,217). Sum of RGB (Red+Green+Blue) = 227+23+217=467 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.61% from 467); Green value is 23 (9.38% from 255 or 4.93% from 467); Blue value is 217 (85.16% from 255 or 46.47% from 467); Max value from RGB is 227 - color contains mainly: red. Hex color #E317D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E317D9 is #1CE826. Grayscale: #696969. Windows color (decimal): -1894439 or 14227427. OLE color: 14227427.

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

Color convert

RGB 227 23 217 -
CMYK 0 0.90 0.04 0.11
HSL 302.94º 0.82% 0.49% -
HSV(B) 302.94º 0.9% 0.89% -
XYZ 44.51 21.95 67.54 -
YUV 106.11 190.59 214.23 -
System Red Green Blue C M Y K H S L
Decimal 227 23 217 0 0.90 0.04 0.11 302.94 0.82 0.49
Hex E3 17 D9 0 5A 4 B 12F 52 31
Octal 343 27 331 0 132 4 13 457 122 61
Binary 11100011 10111 11011001 0 1011010 100 1011 100101111 1010010 110001

Color Harmonies of #E317D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E317D9

Black with #E317D9

Text Example


Text Example

White with #E317D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E317D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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