Html Css Color HEX #E549C7 Free Speech Magenta

📋 copy color: '#E549C7'

red 229 ◦ green 73 ◦ blue 199

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

Shades of Free Speech Magenta #E549C7

Tints of Free Speech Magenta #E549C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 39.72%

R = 45.71%
G = 14.57%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.13

 K value IS 0.10

RGB Variations

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

Color information

#E549C7 (or 0xE549C7) is known color: Free Speech Magenta. HEX triplet: E5, 49 and C7. RGB value is (229,73,199). Sum of RGB (Red+Green+Blue) = 229+73+199=501 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.71% from 501); Green value is 73 (28.91% from 255 or 14.57% from 501); Blue value is 199 (78.12% from 255 or 39.72% from 501); Max value from RGB is 229 - color contains mainly: red. Hex color #E549C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E549C7 is #1AB638. Grayscale: #858585. Windows color (decimal): -1750585 or 13060581. OLE color: 13060581.

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

Color convert

RGB 229 73 199 -
CMYK 0 0.68 0.13 0.10
HSL 311.54º 0.75% 0.59% -
HSV(B) 311.54º 0.68% 0.9% -
XYZ 45 25.55 56.59 -
YUV 134.01 164.68 195.75 -
System Red Green Blue C M Y K H S L
Decimal 229 73 199 0 0.68 0.13 0.10 311.54 0.75 0.59
Hex E5 49 C7 0 44 D A 138 4B 3B
Octal 345 111 307 0 104 15 12 470 113 73
Binary 11100101 1001001 11000111 0 1000100 1101 1010 100111000 1001011 111011

Color Harmonies of #E549C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E549C7

Black with #E549C7

Text Example


Text Example

White with #E549C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E549C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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