Html Css Color HEX #E304D7 Deep Magenta

📋 copy color: '#E304D7'

red 227 ◦ green 4 ◦ blue 215

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

Shades of Deep Magenta #E304D7

Tints of Deep Magenta #E304D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 48.21%

R = 50.9%
G = 0.9%
B = 48.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#E304D7 (or 0xE304D7) is known color: Deep Magenta. HEX triplet: E3, 04 and D7. RGB value is (227,4,215). Sum of RGB (Red+Green+Blue) = 227+4+215=446 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.90% from 446); Green value is 4 (1.95% from 255 or 0.90% from 446); Blue value is 215 (84.38% from 255 or 48.21% from 446); Max value from RGB is 227 - color contains mainly: red. Hex color #E304D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E304D7 is #1CFB28. Grayscale: #5E5E5E. Windows color (decimal): -1899305 or 14091491. OLE color: 14091491.

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

Color convert

RGB 227 4 215 -
CMYK 0 0.98 0.05 0.11
HSL 303.23º 0.97% 0.45% -
HSV(B) 303.23º 0.98% 0.89% -
XYZ 43.99 21.32 66.09 -
YUV 94.73 195.88 222.34 -
System Red Green Blue C M Y K H S L
Decimal 227 4 215 0 0.98 0.05 0.11 303.23 0.97 0.45
Hex E3 4 D7 0 62 5 B 12F 61 2D
Octal 343 4 327 0 142 5 13 457 141 55
Binary 11100011 100 11010111 0 1100010 101 1011 100101111 1100001 101101

Color Harmonies of #E304D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E304D7

Black with #E304D7

Text Example


Text Example

White with #E304D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E304D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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