Html Css Color HEX #E04AED Free Speech Magenta

📋 copy color: '#E04AED'

red 224 ◦ green 74 ◦ blue 237

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

Shades of Free Speech Magenta #E04AED

Tints of Free Speech Magenta #E04AED

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.83%

 BLUE value IS 237 (92.97% from 255) = 44.3%

R = 41.87%
G = 13.83%
B = 44.3%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E04AED (or 0xE04AED) is known color: Free Speech Magenta. HEX triplet: E0, 4A and ED. RGB value is (224,74,237). Sum of RGB (Red+Green+Blue) = 224+74+237=535 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.87% from 535); Green value is 74 (29.30% from 255 or 13.83% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #E04AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E04AED is #1FB512. Grayscale: #888888. Windows color (decimal): -2077971 or 15551200. OLE color: 15551200.

HSL color Cylindrical-coordinate representation of color #E04AED: hue angle of 295.21º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E04AED is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 224 74 237 -
CMYK 0.05 0.69 0 0.07
HSL 295.21º 0.82% 0.61% -
HSV(B) 295.21º 0.69% 0.93% -
XYZ 48.48 26.86 82.75 -
YUV 137.43 184.2 189.75 -
System Red Green Blue C M Y K H S L
Decimal 224 74 237 0.05 0.69 0 0.07 295.21 0.82 0.61
Hex E0 4A ED 5 45 0 7 127 52 3D
Octal 340 112 355 5 105 0 7 447 122 75
Binary 11100000 1001010 11101101 101 1000101 0 111 100100111 1010010 111101

Color Harmonies of #E04AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04AED

Black with #E04AED

Text Example


Text Example

White with #E04AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04AED; }

 p { color: rgb(224,74,237); }

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

background-color css

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

 a { background-color: rgb(224,74,237); }

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

border-color css

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

 span { border-color: rgb(224,74,237); }

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