Html Css Color HEX #E549D2 Free Speech Magenta

📋 copy color: '#E549D2'

red 229 ◦ green 73 ◦ blue 210

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

Shades of Free Speech Magenta #E549D2

Tints of Free Speech Magenta #E549D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.02%

R = 44.73%
G = 14.26%
B = 41.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#E549D2 (or 0xE549D2) is known color: Free Speech Magenta. HEX triplet: E5, 49 and D2. RGB value is (229,73,210). Sum of RGB (Red+Green+Blue) = 229+73+210=512 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.73% from 512); Green value is 73 (28.91% from 255 or 14.26% from 512); Blue value is 210 (82.42% from 255 or 41.02% from 512); Max value from RGB is 229 - color contains mainly: red. Hex color #E549D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E549D2 is #1AB62D. Grayscale: #868686. Windows color (decimal): -1750574 or 13781477. OLE color: 13781477.

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

Color convert

RGB 229 73 210 -
CMYK 0 0.68 0.08 0.10
HSL 307.31º 0.75% 0.59% -
HSV(B) 307.31º 0.68% 0.9% -
XYZ 46.33 26.08 63.56 -
YUV 135.26 170.18 194.86 -
System Red Green Blue C M Y K H S L
Decimal 229 73 210 0 0.68 0.08 0.10 307.31 0.75 0.59
Hex E5 49 D2 0 44 8 A 133 4B 3B
Octal 345 111 322 0 104 10 12 463 113 73
Binary 11100101 1001001 11010010 0 1000100 1000 1010 100110011 1001011 111011

Color Harmonies of #E549D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E549D2

Black with #E549D2

Text Example


Text Example

White with #E549D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E549D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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