Html Css Color HEX #E30ADA Deep Magenta

📋 copy color: '#E30ADA'

red 227 ◦ green 10 ◦ blue 218

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

Shades of Deep Magenta #E30ADA

Tints of Deep Magenta #E30ADA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.2%

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

R = 49.89%
G = 2.2%
B = 47.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E30ADA (or 0xE30ADA) is known color: Deep Magenta. HEX triplet: E3, 0A and DA. RGB value is (227,10,218). Sum of RGB (Red+Green+Blue) = 227+10+218=455 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.89% from 455); Green value is 10 (4.30% from 255 or 2.20% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 227 - color contains mainly: red. Hex color #E30ADA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E30ADA is #1CF525. Grayscale: #616161. Windows color (decimal): -1897766 or 14289635. OLE color: 14289635.

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

Color convert

RGB 227 10 218 -
CMYK 0 0.96 0.04 0.11
HSL 302.49º 0.92% 0.46% -
HSV(B) 302.49º 0.96% 0.89% -
XYZ 44.44 21.61 68.16 -
YUV 98.6 195.39 219.59 -
System Red Green Blue C M Y K H S L
Decimal 227 10 218 0 0.96 0.04 0.11 302.49 0.92 0.46
Hex E3 A DA 0 60 4 B 12E 5C 2E
Octal 343 12 332 0 140 4 13 456 134 56
Binary 11100011 1010 11011010 0 1100000 100 1011 100101110 1011100 101110

Color Harmonies of #E30ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30ADA

Black with #E30ADA

Text Example


Text Example

White with #E30ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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