Html Css Color HEX #E304DB Deep Magenta

📋 copy color: '#E304DB'

red 227 ◦ green 4 ◦ blue 219

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

Shades of Deep Magenta #E304DB

Tints of Deep Magenta #E304DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.67%

R = 50.44%
G = 0.89%
B = 48.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E304DB (or 0xE304DB) is known color: Deep Magenta. HEX triplet: E3, 04 and DB. RGB value is (227,4,219). Sum of RGB (Red+Green+Blue) = 227+4+219=450 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.44% from 450); Green value is 4 (1.95% from 255 or 0.89% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 227 - color contains mainly: red. Hex color #E304DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E304DB is #1CFB24. Grayscale: #5E5E5E. Windows color (decimal): -1899301 or 14353635. OLE color: 14353635.

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

Color convert

RGB 227 4 219 -
CMYK 0 0.98 0.04 0.11
HSL 302.15º 0.97% 0.45% -
HSV(B) 302.15º 0.98% 0.89% -
XYZ 44.51 21.53 68.83 -
YUV 95.19 197.88 222.02 -
System Red Green Blue C M Y K H S L
Decimal 227 4 219 0 0.98 0.04 0.11 302.15 0.97 0.45
Hex E3 4 DB 0 62 4 B 12E 61 2D
Octal 343 4 333 0 142 4 13 456 141 55
Binary 11100011 100 11011011 0 1100010 100 1011 100101110 1100001 101101

Color Harmonies of #E304DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E304DB

Black with #E304DB

Text Example


Text Example

White with #E304DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E304DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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