Html Css Color HEX #E04ADD Free Speech Magenta

📋 copy color: '#E04ADD'

red 224 ◦ green 74 ◦ blue 221

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

Shades of Free Speech Magenta #E04ADD

Tints of Free Speech Magenta #E04ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.58%

R = 43.16%
G = 14.26%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E04ADD (or 0xE04ADD) is known color: Free Speech Magenta. HEX triplet: E0, 4A and DD. RGB value is (224,74,221). Sum of RGB (Red+Green+Blue) = 224+74+221=519 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.16% from 519); Green value is 74 (29.30% from 255 or 14.26% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 224 - color contains mainly: red. Hex color #E04ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04ADD is #1FB522. Grayscale: #878787. Windows color (decimal): -2077987 or 14502624. OLE color: 14502624.

HSL color Cylindrical-coordinate representation of color #E04ADD: hue angle of 301.2º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E04ADD is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 74 221 -
CMYK 0 0.67 0.01 0.12
HSL 301.2º 0.71% 0.58% -
HSV(B) 301.2º 0.67% 0.88% -
XYZ 46.24 25.97 70.98 -
YUV 135.61 176.2 191.05 -
System Red Green Blue C M Y K H S L
Decimal 224 74 221 0 0.67 0.01 0.12 301.2 0.71 0.58
Hex E0 4A DD 0 43 1 C 12D 47 3A
Octal 340 112 335 0 103 1 14 455 107 72
Binary 11100000 1001010 11011101 0 1000011 1 1100 100101101 1000111 111010

Color Harmonies of #E04ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04ADD

Black with #E04ADD

Text Example


Text Example

White with #E04ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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