Html Css Color HEX #E304CD Deep Magenta

📋 copy color: '#E304CD'

red 227 ◦ green 4 ◦ blue 205

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

Shades of Deep Magenta #E304CD

Tints of Deep Magenta #E304CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.02%

R = 52.06%
G = 0.92%
B = 47.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E304CD (or 0xE304CD) is known color: Deep Magenta. HEX triplet: E3, 04 and CD. RGB value is (227,4,205). Sum of RGB (Red+Green+Blue) = 227+4+205=436 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.06% from 436); Green value is 4 (1.95% from 255 or 0.92% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 227 - color contains mainly: red. Hex color #E304CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E304CD is #1CFB32. Grayscale: #5D5D5D. Windows color (decimal): -1899315 or 13436131. OLE color: 13436131.

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

Color convert

RGB 227 4 205 -
CMYK 0 0.98 0.10 0.11
HSL 305.92º 0.97% 0.45% -
HSV(B) 305.92º 0.98% 0.89% -
XYZ 42.74 20.83 59.52 -
YUV 93.59 190.88 223.16 -
System Red Green Blue C M Y K H S L
Decimal 227 4 205 0 0.98 0.10 0.11 305.92 0.97 0.45
Hex E3 4 CD 0 62 A B 132 61 2D
Octal 343 4 315 0 142 12 13 462 141 55
Binary 11100011 100 11001101 0 1100010 1010 1011 100110010 1100001 101101

Color Harmonies of #E304CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E304CD

Black with #E304CD

Text Example


Text Example

White with #E304CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E304CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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