Html Css Color HEX #E04EDA Free Speech Magenta

📋 copy color: '#E04EDA'

red 224 ◦ green 78 ◦ blue 218

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

Shades of Free Speech Magenta #E04EDA

Tints of Free Speech Magenta #E04EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.92%

R = 43.08%
G = 15%
B = 41.92%

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

#E04EDA (or 0xE04EDA) is known color: Free Speech Magenta. HEX triplet: E0, 4E and DA. RGB value is (224,78,218). Sum of RGB (Red+Green+Blue) = 224+78+218=520 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.08% from 520); Green value is 78 (30.86% from 255 or 15% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 224 - color contains mainly: red. Hex color #E04EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04EDA is #1FB125. Grayscale: #898989. Windows color (decimal): -2076966 or 14307040. OLE color: 14307040.

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

Color convert

RGB 224 78 218 -
CMYK 0 0.65 0.03 0.12
HSL 302.47º 0.7% 0.59% -
HSV(B) 302.47º 0.65% 0.88% -
XYZ 46.12 26.36 68.99 -
YUV 137.61 173.37 189.62 -
System Red Green Blue C M Y K H S L
Decimal 224 78 218 0 0.65 0.03 0.12 302.47 0.7 0.59
Hex E0 4E DA 0 41 3 C 12E 46 3B
Octal 340 116 332 0 101 3 14 456 106 73
Binary 11100000 1001110 11011010 0 1000001 11 1100 100101110 1000110 111011

Color Harmonies of #E04EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04EDA

Black with #E04EDA

Text Example


Text Example

White with #E04EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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