Html Css Color HEX #EE49DC Free Speech Magenta
📋 copy color: '#EE49DC'red 238 ◦ green 73 ◦ blue 220
Shades of Free Speech Magenta #EE49DC
Tints of Free Speech Magenta #EE49DC
RGB
CMYK
RGB Variations
Color information
#EE49DC (or 0xEE49DC) is known color: Free Speech Magenta. HEX triplet: EE, 49 and DC. RGB value is (238,73,220). Sum of RGB (Red+Green+Blue) = 238+73+220=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 73 (28.91% from 255 or 13.75% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 238 - color contains mainly: red. Hex color #EE49DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE49DC is #11B623. Grayscale: #8A8A8A. Windows color (decimal): -1160740 or 14436846. OLE color: 14436846.
HSL color Cylindrical-coordinate representation of color #EE49DC: hue angle of 306.55º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EE49DC is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 73 | 220 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.07 |
| HSL | 306.55º | 0.83% | 0.61% | - |
| HSV(B) | 306.55º | 0.69% | 0.93% | - |
| XYZ | 50.56 | 28.11 | 70.47 | - |
| YUV | 139.09 | 173.66 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 73 | 220 | 0 | 0.69 | 0.08 | 0.07 | 306.55 | 0.83 | 0.61 |
| Hex | EE | 49 | DC | 0 | 45 | 8 | 7 | 133 | 53 | 3D |
| Octal | 356 | 111 | 334 | 0 | 105 | 10 | 7 | 463 | 123 | 75 |
| Binary | 11101110 | 1001001 | 11011100 | 0 | 1000101 | 1000 | 111 | 100110011 | 1010011 | 111101 |
Color Harmonies of #EE49DC
Complementary color
Monochromatic Colors of #EE49DC
Black with #EE49DC
Text Example
Text Example
White with #EE49DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE49DC; }
p { color: rgb(238,73,220); }
H1.HeaderClassName
{
color: #EE49DC;
}
.AnyTagClassName
{
color: #EE49DC;
}
</style>
background-color css
<style>
a { background-color: #EE49DC; }
a { background-color: rgb(238,73,220); }
div.DivClassName
{
background-color: #EE49DC;
}
.BgClassName
{
background-color: #EE49DC;
}
</style>
border-color css
<style>
span { border-color: #EE49DC; }
span { border-color: rgb(238,73,220); }
td.TdClassName
{
border-color: #EE49DC;
}
.TagClassName
{
border-color: #EE49DC;
}
</style>