Html Css Color HEX #E304DC Deep Magenta

📋 copy color: '#E304DC'

red 227 ◦ green 4 ◦ blue 220

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

Shades of Deep Magenta #E304DC

Tints of Deep Magenta #E304DC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.89%

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

R = 50.33%
G = 0.89%
B = 48.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E304DC (or 0xE304DC) is known color: Deep Magenta. HEX triplet: E3, 04 and DC. RGB value is (227,4,220). Sum of RGB (Red+Green+Blue) = 227+4+220=451 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.33% from 451); Green value is 4 (1.95% from 255 or 0.89% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 227 - color contains mainly: red. Hex color #E304DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E304DC is #1CFB23. Grayscale: #5E5E5E. Windows color (decimal): -1899300 or 14419171. OLE color: 14419171.

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

Color convert

RGB 227 4 220 -
CMYK 0 0.98 0.03 0.11
HSL 301.88º 0.97% 0.45% -
HSV(B) 301.88º 0.98% 0.89% -
XYZ 44.64 21.59 69.52 -
YUV 95.3 198.38 221.94 -
System Red Green Blue C M Y K H S L
Decimal 227 4 220 0 0.98 0.03 0.11 301.88 0.97 0.45
Hex E3 4 DC 0 62 3 B 12E 61 2D
Octal 343 4 334 0 142 3 13 456 141 55
Binary 11100011 100 11011100 0 1100010 11 1011 100101110 1100001 101101

Color Harmonies of #E304DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E304DC

Black with #E304DC

Text Example


Text Example

White with #E304DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E304DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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