Html Css Color HEX #E049BA Free Speech Magenta

📋 copy color: '#E049BA'

red 224 ◦ green 73 ◦ blue 186

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

Shades of Free Speech Magenta #E049BA

Tints of Free Speech Magenta #E049BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.51%

R = 46.38%
G = 15.11%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E049BA (or 0xE049BA) is known color: Free Speech Magenta. HEX triplet: E0, 49 and BA. RGB value is (224,73,186). Sum of RGB (Red+Green+Blue) = 224+73+186=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 73 (28.91% from 255 or 15.11% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 224 - color contains mainly: red. Hex color #E049BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E049BA is #1FB645. Grayscale: #828282. Windows color (decimal): -2078278 or 12208608. OLE color: 12208608.

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

Color convert

RGB 224 73 186 -
CMYK 0 0.67 0.17 0.12
HSL 315.1º 0.71% 0.58% -
HSV(B) 315.1º 0.67% 0.88% -
XYZ 41.99 24.16 48.9 -
YUV 131.03 159.03 194.31 -
System Red Green Blue C M Y K H S L
Decimal 224 73 186 0 0.67 0.17 0.12 315.1 0.71 0.58
Hex E0 49 BA 0 43 11 C 13B 47 3A
Octal 340 111 272 0 103 21 14 473 107 72
Binary 11100000 1001001 10111010 0 1000011 10001 1100 100111011 1000111 111010

Color Harmonies of #E049BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E049BA

Black with #E049BA

Text Example


Text Example

White with #E049BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E049BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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