Html Css Color HEX #E549DD Free Speech Magenta

📋 copy color: '#E549DD'

red 229 ◦ green 73 ◦ blue 221

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

Shades of Free Speech Magenta #E549DD

Tints of Free Speech Magenta #E549DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.26%

R = 43.79%
G = 13.96%
B = 42.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E549DD (or 0xE549DD) is known color: Free Speech Magenta. HEX triplet: E5, 49 and DD. RGB value is (229,73,221). Sum of RGB (Red+Green+Blue) = 229+73+221=523 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.79% from 523); Green value is 73 (28.91% from 255 or 13.96% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 229 - color contains mainly: red. Hex color #E549DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E549DD is #1AB622. Grayscale: #888888. Windows color (decimal): -1750563 or 14502373. OLE color: 14502373.

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

Color convert

RGB 229 73 221 -
CMYK 0 0.68 0.03 0.10
HSL 303.08º 0.75% 0.59% -
HSV(B) 303.08º 0.68% 0.9% -
XYZ 47.75 26.64 71.03 -
YUV 136.52 175.68 193.97 -
System Red Green Blue C M Y K H S L
Decimal 229 73 221 0 0.68 0.03 0.10 303.08 0.75 0.59
Hex E5 49 DD 0 44 3 A 12F 4B 3B
Octal 345 111 335 0 104 3 12 457 113 73
Binary 11100101 1001001 11011101 0 1000100 11 1010 100101111 1001011 111011

Color Harmonies of #E549DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E549DD

Black with #E549DD

Text Example


Text Example

White with #E549DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E549DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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