Html Css Color HEX #E04AD4 Free Speech Magenta

📋 copy color: '#E04AD4'

red 224 ◦ green 74 ◦ blue 212

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

Shades of Free Speech Magenta #E04AD4

Tints of Free Speech Magenta #E04AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 41.57%

R = 43.92%
G = 14.51%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E04AD4 (or 0xE04AD4) is known color: Free Speech Magenta. HEX triplet: E0, 4A and D4. RGB value is (224,74,212). Sum of RGB (Red+Green+Blue) = 224+74+212=510 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.92% from 510); Green value is 74 (29.30% from 255 or 14.51% from 510); Blue value is 212 (83.20% from 255 or 41.57% from 510); Max value from RGB is 224 - color contains mainly: red. Hex color #E04AD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04AD4 is #1FB52B. Grayscale: #868686. Windows color (decimal): -2077996 or 13912800. OLE color: 13912800.

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

Color convert

RGB 224 74 212 -
CMYK 0 0.67 0.05 0.12
HSL 304.8º 0.71% 0.58% -
HSV(B) 304.8º 0.67% 0.88% -
XYZ 45.07 25.5 64.83 -
YUV 134.58 171.7 191.78 -
System Red Green Blue C M Y K H S L
Decimal 224 74 212 0 0.67 0.05 0.12 304.8 0.71 0.58
Hex E0 4A D4 0 43 5 C 131 47 3A
Octal 340 112 324 0 103 5 14 461 107 72
Binary 11100000 1001010 11010100 0 1000011 101 1100 100110001 1000111 111010

Color Harmonies of #E04AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04AD4

Black with #E04AD4

Text Example


Text Example

White with #E04AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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