Html Css Color HEX #E049DF Free Speech Magenta

📋 copy color: '#E049DF'

red 224 ◦ green 73 ◦ blue 223

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

Shades of Free Speech Magenta #E049DF

Tints of Free Speech Magenta #E049DF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.04%

 BLUE value IS 223 (87.5% from 255) = 42.88%

R = 43.08%
G = 14.04%
B = 42.88%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#E049DF (or 0xE049DF) is known color: Free Speech Magenta. HEX triplet: E0, 49 and DF. RGB value is (224,73,223). Sum of RGB (Red+Green+Blue) = 224+73+223=520 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.08% from 520); Green value is 73 (28.91% from 255 or 14.04% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 224 - color contains mainly: red. Hex color #E049DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E049DF is #1FB620. Grayscale: #868686. Windows color (decimal): -2078241 or 14633440. OLE color: 14633440.

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

Color convert

RGB 224 73 223 -
CMYK 0 0.67 0.00 0.12
HSL 300.4º 0.71% 0.58% -
HSV(B) 300.4º 0.67% 0.88% -
XYZ 46.44 25.94 72.37 -
YUV 135.25 177.53 191.3 -
System Red Green Blue C M Y K H S L
Decimal 224 73 223 0 0.67 0.00 0.12 300.4 0.71 0.58
Hex E0 49 DF 0 43 0 C 12C 47 3A
Octal 340 111 337 0 103 0 14 454 107 72
Binary 11100000 1001001 11011111 0 1000011 0 1100 100101100 1000111 111010

Color Harmonies of #E049DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E049DF

Black with #E049DF

Text Example


Text Example

White with #E049DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E049DF; }

 p { color: rgb(224,73,223); }

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

background-color css

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

 a { background-color: rgb(224,73,223); }

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

border-color css

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

 span { border-color: rgb(224,73,223); }

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