Html Css Color HEX #E313DA Deep Magenta

📋 copy color: '#E313DA'

red 227 ◦ green 19 ◦ blue 218

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

Shades of Deep Magenta #E313DA

Tints of Deep Magenta #E313DA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.09%

 BLUE value IS 218 (85.55% from 255) = 46.98%

R = 48.92%
G = 4.09%
B = 46.98%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E313DA (or 0xE313DA) is known color: Deep Magenta. HEX triplet: E3, 13 and DA. RGB value is (227,19,218). Sum of RGB (Red+Green+Blue) = 227+19+218=464 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.92% from 464); Green value is 19 (7.81% from 255 or 4.09% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 227 - color contains mainly: red. Hex color #E313DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E313DA is #1CEC25. Grayscale: #676767. Windows color (decimal): -1895462 or 14291939. OLE color: 14291939.

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

Color convert

RGB 227 19 218 -
CMYK 0 0.92 0.04 0.11
HSL 302.6º 0.85% 0.48% -
HSV(B) 302.6º 0.92% 0.89% -
XYZ 44.57 21.86 68.2 -
YUV 103.88 192.41 215.82 -
System Red Green Blue C M Y K H S L
Decimal 227 19 218 0 0.92 0.04 0.11 302.6 0.85 0.48
Hex E3 13 DA 0 5C 4 B 12F 55 30
Octal 343 23 332 0 134 4 13 457 125 60
Binary 11100011 10011 11011010 0 1011100 100 1011 100101111 1010101 110000

Color Harmonies of #E313DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E313DA

Black with #E313DA

Text Example


Text Example

White with #E313DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E313DA; }

 p { color: rgb(227,19,218); }

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

background-color css

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

 a { background-color: rgb(227,19,218); }

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

border-color css

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

 span { border-color: rgb(227,19,218); }

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