Html Css Color HEX #E549BE Free Speech Magenta

📋 copy color: '#E549BE'

red 229 ◦ green 73 ◦ blue 190

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

Shades of Free Speech Magenta #E549BE

Tints of Free Speech Magenta #E549BE

RGB

 RED value IS 229 (89.84% from 255) = 46.54%

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

 BLUE value IS 190 (74.61% from 255) = 38.62%

R = 46.54%
G = 14.84%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E549BE (or 0xE549BE) is known color: Free Speech Magenta. HEX triplet: E5, 49 and BE. RGB value is (229,73,190). Sum of RGB (Red+Green+Blue) = 229+73+190=492 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.54% from 492); Green value is 73 (28.91% from 255 or 14.84% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 229 - color contains mainly: red. Hex color #E549BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E549BE is #1AB641. Grayscale: #848484. Windows color (decimal): -1750594 or 12470757. OLE color: 12470757.

HSL color Cylindrical-coordinate representation of color #E549BE: hue angle of 315º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E549BE is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 73 190 -
CMYK 0 0.68 0.17 0.10
HSL 315º 0.75% 0.59% -
HSV(B) 315º 0.68% 0.9% -
XYZ 43.99 25.14 51.25 -
YUV 132.98 160.18 196.49 -
System Red Green Blue C M Y K H S L
Decimal 229 73 190 0 0.68 0.17 0.10 315 0.75 0.59
Hex E5 49 BE 0 44 11 A 13B 4B 3B
Octal 345 111 276 0 104 21 12 473 113 73
Binary 11100101 1001001 10111110 0 1000100 10001 1010 100111011 1001011 111011

Color Harmonies of #E549BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E549BE

Black with #E549BE

Text Example


Text Example

White with #E549BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E549BE; }

 p { color: rgb(229,73,190); }

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

background-color css

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

 a { background-color: rgb(229,73,190); }

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

border-color css

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

 span { border-color: rgb(229,73,190); }

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