Html Css Color HEX #E04DD6 Free Speech Magenta

📋 copy color: '#E04DD6'

red 224 ◦ green 77 ◦ blue 214

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

Shades of Free Speech Magenta #E04DD6

Tints of Free Speech Magenta #E04DD6

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.95%

 BLUE value IS 214 (83.98% from 255) = 41.55%

R = 43.5%
G = 14.95%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E04DD6 (or 0xE04DD6) is known color: Free Speech Magenta. HEX triplet: E0, 4D and D6. RGB value is (224,77,214). Sum of RGB (Red+Green+Blue) = 224+77+214=515 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.50% from 515); Green value is 77 (30.47% from 255 or 14.95% from 515); Blue value is 214 (83.98% from 255 or 41.55% from 515); Max value from RGB is 224 - color contains mainly: red. Hex color #E04DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04DD6 is #1FB229. Grayscale: #888888. Windows color (decimal): -2077226 or 14044640. OLE color: 14044640.

HSL color Cylindrical-coordinate representation of color #E04DD6: hue angle of 304.08º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E04DD6 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 77 214 -
CMYK 0 0.66 0.04 0.12
HSL 304.08º 0.7% 0.59% -
HSV(B) 304.08º 0.66% 0.88% -
XYZ 45.53 26.01 66.24 -
YUV 136.57 171.7 190.36 -
System Red Green Blue C M Y K H S L
Decimal 224 77 214 0 0.66 0.04 0.12 304.08 0.7 0.59
Hex E0 4D D6 0 42 4 C 130 46 3B
Octal 340 115 326 0 102 4 14 460 106 73
Binary 11100000 1001101 11010110 0 1000010 100 1100 100110000 1000110 111011

Color Harmonies of #E04DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04DD6

Black with #E04DD6

Text Example


Text Example

White with #E04DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04DD6; }

 p { color: rgb(224,77,214); }

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

background-color css

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

 a { background-color: rgb(224,77,214); }

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

border-color css

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

 span { border-color: rgb(224,77,214); }

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