Html Css Color HEX #E30FDC Deep Magenta

📋 copy color: '#E30FDC'

red 227 ◦ green 15 ◦ blue 220

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

Shades of Deep Magenta #E30FDC

Tints of Deep Magenta #E30FDC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.25%

 BLUE value IS 220 (86.33% from 255) = 47.62%

R = 49.13%
G = 3.25%
B = 47.62%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E30FDC (or 0xE30FDC) is known color: Deep Magenta. HEX triplet: E3, 0F and DC. RGB value is (227,15,220). Sum of RGB (Red+Green+Blue) = 227+15+220=462 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.13% from 462); Green value is 15 (6.25% from 255 or 3.25% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 227 - color contains mainly: red. Hex color #E30FDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E30FDC is #1CF023. Grayscale: #656565. Windows color (decimal): -1896484 or 14421987. OLE color: 14421987.

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

Color convert

RGB 227 15 220 -
CMYK 0 0.93 0.03 0.11
HSL 301.98º 0.88% 0.47% -
HSV(B) 301.98º 0.93% 0.89% -
XYZ 44.77 21.84 69.57 -
YUV 101.76 194.74 217.33 -
System Red Green Blue C M Y K H S L
Decimal 227 15 220 0 0.93 0.03 0.11 301.98 0.88 0.47
Hex E3 F DC 0 5D 3 B 12E 58 2F
Octal 343 17 334 0 135 3 13 456 130 57
Binary 11100011 1111 11011100 0 1011101 11 1011 100101110 1011000 101111

Color Harmonies of #E30FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30FDC

Black with #E30FDC

Text Example


Text Example

White with #E30FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30FDC; }

 p { color: rgb(227,15,220); }

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

background-color css

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

 a { background-color: rgb(227,15,220); }

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

border-color css

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

 span { border-color: rgb(227,15,220); }

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