Html Css Color HEX #E318DA Deep Magenta

📋 copy color: '#E318DA'

red 227 ◦ green 24 ◦ blue 218

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

Shades of Deep Magenta #E318DA

Tints of Deep Magenta #E318DA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.12%

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

R = 48.4%
G = 5.12%
B = 46.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E318DA (or 0xE318DA) is known color: Deep Magenta. HEX triplet: E3, 18 and DA. RGB value is (227,24,218). Sum of RGB (Red+Green+Blue) = 227+24+218=469 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.40% from 469); Green value is 24 (9.77% from 255 or 5.12% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 227 - color contains mainly: red. Hex color #E318DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E318DA is #1CE725. Grayscale: #6A6A6A. Windows color (decimal): -1894182 or 14293219. OLE color: 14293219.

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

Color convert

RGB 227 24 218 -
CMYK 0 0.89 0.04 0.11
HSL 302.66º 0.81% 0.49% -
HSV(B) 302.66º 0.89% 0.89% -
XYZ 44.66 22.05 68.23 -
YUV 106.81 190.75 213.73 -
System Red Green Blue C M Y K H S L
Decimal 227 24 218 0 0.89 0.04 0.11 302.66 0.81 0.49
Hex E3 18 DA 0 59 4 B 12F 51 31
Octal 343 30 332 0 131 4 13 457 121 61
Binary 11100011 11000 11011010 0 1011001 100 1011 100101111 1010001 110001

Color Harmonies of #E318DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E318DA

Black with #E318DA

Text Example


Text Example

White with #E318DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E318DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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