Html Css Color HEX #E30ED8 Deep Magenta

📋 copy color: '#E30ED8'

red 227 ◦ green 14 ◦ blue 216

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

Shades of Deep Magenta #E30ED8

Tints of Deep Magenta #E30ED8

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.06%

 BLUE value IS 216 (84.77% from 255) = 47.26%

R = 49.67%
G = 3.06%
B = 47.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#E30ED8 (or 0xE30ED8) is known color: Deep Magenta. HEX triplet: E3, 0E and D8. RGB value is (227,14,216). Sum of RGB (Red+Green+Blue) = 227+14+216=457 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.67% from 457); Green value is 14 (5.86% from 255 or 3.06% from 457); Blue value is 216 (84.77% from 255 or 47.26% from 457); Max value from RGB is 227 - color contains mainly: red. Hex color #E30ED8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E30ED8 is #1CF127. Grayscale: #646464. Windows color (decimal): -1896744 or 14159587. OLE color: 14159587.

HSL color Cylindrical-coordinate representation of color #E30ED8: hue angle of 303.1º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E30ED8 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 14 216 -
CMYK 0 0.94 0.05 0.11
HSL 303.1º 0.88% 0.47% -
HSV(B) 303.1º 0.94% 0.89% -
XYZ 44.23 21.6 66.8 -
YUV 100.72 193.07 218.07 -
System Red Green Blue C M Y K H S L
Decimal 227 14 216 0 0.94 0.05 0.11 303.1 0.88 0.47
Hex E3 E D8 0 5E 5 B 12F 58 2F
Octal 343 16 330 0 136 5 13 457 130 57
Binary 11100011 1110 11011000 0 1011110 101 1011 100101111 1011000 101111

Color Harmonies of #E30ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30ED8

Black with #E30ED8

Text Example


Text Example

White with #E30ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30ED8; }

 p { color: rgb(227,14,216); }

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

background-color css

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

 a { background-color: rgb(227,14,216); }

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

border-color css

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

 span { border-color: rgb(227,14,216); }

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