Html Css Color HEX #E04ED5 Free Speech Magenta

📋 copy color: '#E04ED5'

red 224 ◦ green 78 ◦ blue 213

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

Shades of Free Speech Magenta #E04ED5

Tints of Free Speech Magenta #E04ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.36%

R = 43.5%
G = 15.15%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E04ED5 (or 0xE04ED5) is known color: Free Speech Magenta. HEX triplet: E0, 4E and D5. RGB value is (224,78,213). Sum of RGB (Red+Green+Blue) = 224+78+213=515 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.50% from 515); Green value is 78 (30.86% from 255 or 15.15% from 515); Blue value is 213 (83.59% from 255 or 41.36% from 515); Max value from RGB is 224 - color contains mainly: red. Hex color #E04ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04ED5 is #1FB12A. Grayscale: #888888. Windows color (decimal): -2076971 or 13979360. OLE color: 13979360.

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

Color convert

RGB 224 78 213 -
CMYK 0 0.65 0.05 0.12
HSL 304.52º 0.7% 0.59% -
HSV(B) 304.52º 0.65% 0.88% -
XYZ 45.48 26.1 65.59 -
YUV 137.04 170.87 190.02 -
System Red Green Blue C M Y K H S L
Decimal 224 78 213 0 0.65 0.05 0.12 304.52 0.7 0.59
Hex E0 4E D5 0 41 5 C 131 46 3B
Octal 340 116 325 0 101 5 14 461 106 73
Binary 11100000 1001110 11010101 0 1000001 101 1100 100110001 1000110 111011

Color Harmonies of #E04ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04ED5

Black with #E04ED5

Text Example


Text Example

White with #E04ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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