Html Css Color HEX #E04ED9 Free Speech Magenta

📋 copy color: '#E04ED9'

red 224 ◦ green 78 ◦ blue 217

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

Shades of Free Speech Magenta #E04ED9

Tints of Free Speech Magenta #E04ED9

RGB

 RED value IS 224 (87.89% from 255) = 43.16%

 GREEN value IS 78 (30.86% from 255) = 15.03%

 BLUE value IS 217 (85.16% from 255) = 41.81%

R = 43.16%
G = 15.03%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E04ED9 (or 0xE04ED9) is known color: Free Speech Magenta. HEX triplet: E0, 4E and D9. RGB value is (224,78,217). Sum of RGB (Red+Green+Blue) = 224+78+217=519 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.16% from 519); Green value is 78 (30.86% from 255 or 15.03% from 519); Blue value is 217 (85.16% from 255 or 41.81% from 519); Max value from RGB is 224 - color contains mainly: red. Hex color #E04ED9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04ED9 is #1FB126. Grayscale: #898989. Windows color (decimal): -2076967 or 14241504. OLE color: 14241504.

HSL color Cylindrical-coordinate representation of color #E04ED9: hue angle of 302.88º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E04ED9 is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 78 217 -
CMYK 0 0.65 0.03 0.12
HSL 302.88º 0.7% 0.59% -
HSV(B) 302.88º 0.65% 0.88% -
XYZ 45.99 26.31 68.3 -
YUV 137.5 172.87 189.7 -
System Red Green Blue C M Y K H S L
Decimal 224 78 217 0 0.65 0.03 0.12 302.88 0.7 0.59
Hex E0 4E D9 0 41 3 C 12F 46 3B
Octal 340 116 331 0 101 3 14 457 106 73
Binary 11100000 1001110 11011001 0 1000001 11 1100 100101111 1000110 111011

Color Harmonies of #E04ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04ED9

Black with #E04ED9

Text Example


Text Example

White with #E04ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04ED9; }

 p { color: rgb(224,78,217); }

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

background-color css

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

 a { background-color: rgb(224,78,217); }

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

border-color css

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

 span { border-color: rgb(224,78,217); }

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