Html Css Color HEX #E049D4 Free Speech Magenta

📋 copy color: '#E049D4'

red 224 ◦ green 73 ◦ blue 212

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

Shades of Free Speech Magenta #E049D4

Tints of Free Speech Magenta #E049D4

RGB

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

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

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

R = 44.01%
G = 14.34%
B = 41.65%

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

#E049D4 (or 0xE049D4) is known color: Free Speech Magenta. HEX triplet: E0, 49 and D4. RGB value is (224,73,212). Sum of RGB (Red+Green+Blue) = 224+73+212=509 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.01% from 509); Green value is 73 (28.91% from 255 or 14.34% from 509); Blue value is 212 (83.20% from 255 or 41.65% from 509); Max value from RGB is 224 - color contains mainly: red. Hex color #E049D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E049D4 is #1FB62B. Grayscale: #858585. Windows color (decimal): -2078252 or 13912544. OLE color: 13912544.

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

Color convert

RGB 224 73 212 -
CMYK 0 0.67 0.05 0.12
HSL 304.77º 0.71% 0.58% -
HSV(B) 304.77º 0.67% 0.88% -
XYZ 45.01 25.37 64.81 -
YUV 134 172.03 192.2 -
System Red Green Blue C M Y K H S L
Decimal 224 73 212 0 0.67 0.05 0.12 304.77 0.71 0.58
Hex E0 49 D4 0 43 5 C 131 47 3A
Octal 340 111 324 0 103 5 14 461 107 72
Binary 11100000 1001001 11010100 0 1000011 101 1100 100110001 1000111 111010

Color Harmonies of #E049D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E049D4

Black with #E049D4

Text Example


Text Example

White with #E049D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E049D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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