Html Css Color HEX #E549D5 Free Speech Magenta

📋 copy color: '#E549D5'

red 229 ◦ green 73 ◦ blue 213

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

Shades of Free Speech Magenta #E549D5

Tints of Free Speech Magenta #E549D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.36%

R = 44.47%
G = 14.17%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#E549D5 (or 0xE549D5) is known color: Free Speech Magenta. HEX triplet: E5, 49 and D5. RGB value is (229,73,213). Sum of RGB (Red+Green+Blue) = 229+73+213=515 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.47% from 515); Green value is 73 (28.91% from 255 or 14.17% from 515); Blue value is 213 (83.59% from 255 or 41.36% from 515); Max value from RGB is 229 - color contains mainly: red. Hex color #E549D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E549D5 is #1AB62A. Grayscale: #878787. Windows color (decimal): -1750571 or 13978085. OLE color: 13978085.

HSL color Cylindrical-coordinate representation of color #E549D5: hue angle of 306.15º 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 #E549D5 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 73 213 -
CMYK 0 0.68 0.07 0.10
HSL 306.15º 0.75% 0.59% -
HSV(B) 306.15º 0.68% 0.9% -
XYZ 46.71 26.23 65.55 -
YUV 135.6 171.68 194.62 -
System Red Green Blue C M Y K H S L
Decimal 229 73 213 0 0.68 0.07 0.10 306.15 0.75 0.59
Hex E5 49 D5 0 44 7 A 132 4B 3B
Octal 345 111 325 0 104 7 12 462 113 73
Binary 11100101 1001001 11010101 0 1000100 111 1010 100110010 1001011 111011

Color Harmonies of #E549D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E549D5

Black with #E549D5

Text Example


Text Example

White with #E549D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E549D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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