Html Css Color HEX #E30AE2 Deep Magenta

📋 copy color: '#E30AE2'

red 227 ◦ green 10 ◦ blue 226

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

Shades of Deep Magenta #E30AE2

Tints of Deep Magenta #E30AE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 48.81%

R = 49.03%
G = 2.16%
B = 48.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.00

 K value IS 0.11

RGB Variations

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

Color information

#E30AE2 (or 0xE30AE2) is known color: Deep Magenta. HEX triplet: E3, 0A and E2. RGB value is (227,10,226). Sum of RGB (Red+Green+Blue) = 227+10+226=463 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.03% from 463); Green value is 10 (4.30% from 255 or 2.16% from 463); Blue value is 226 (88.67% from 255 or 48.81% from 463); Max value from RGB is 227 - color contains mainly: red. Hex color #E30AE2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E30AE2 is #1CF51D. Grayscale: #626262. Windows color (decimal): -1897758 or 14813923. OLE color: 14813923.

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

Color convert

RGB 227 10 226 -
CMYK 0 0.96 0.00 0.11
HSL 300.28º 0.92% 0.46% -
HSV(B) 300.28º 0.96% 0.89% -
XYZ 45.51 22.04 73.81 -
YUV 99.51 199.39 218.94 -
System Red Green Blue C M Y K H S L
Decimal 227 10 226 0 0.96 0.00 0.11 300.28 0.92 0.46
Hex E3 A E2 0 60 0 B 12C 5C 2E
Octal 343 12 342 0 140 0 13 454 134 56
Binary 11100011 1010 11100010 0 1100000 0 1011 100101100 1011100 101110

Color Harmonies of #E30AE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30AE2

Black with #E30AE2

Text Example


Text Example

White with #E30AE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30AE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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