Html Css Color HEX #EE49CF Free Speech Magenta
📋 copy color: '#EE49CF'red 238 ◦ green 73 ◦ blue 207
Shades of Free Speech Magenta #EE49CF
Tints of Free Speech Magenta #EE49CF
RGB
CMYK
RGB Variations
Color information
#EE49CF (or 0xEE49CF) is known color: Free Speech Magenta. HEX triplet: EE, 49 and CF. RGB value is (238,73,207). Sum of RGB (Red+Green+Blue) = 238+73+207=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 73 (28.91% from 255 or 14.09% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EE49CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE49CF is #11B630. Grayscale: #898989. Windows color (decimal): -1160753 or 13584878. OLE color: 13584878.
HSL color Cylindrical-coordinate representation of color #EE49CF: hue angle of 311.27º 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 #EE49CF is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 73 | 207 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.07 |
| HSL | 311.27º | 0.83% | 0.61% | - |
| HSV(B) | 311.27º | 0.69% | 0.93% | - |
| XYZ | 48.9 | 27.45 | 61.75 | - |
| YUV | 137.61 | 167.16 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 73 | 207 | 0 | 0.69 | 0.13 | 0.07 | 311.27 | 0.83 | 0.61 |
| Hex | EE | 49 | CF | 0 | 45 | D | 7 | 137 | 53 | 3D |
| Octal | 356 | 111 | 317 | 0 | 105 | 15 | 7 | 467 | 123 | 75 |
| Binary | 11101110 | 1001001 | 11001111 | 0 | 1000101 | 1101 | 111 | 100110111 | 1010011 | 111101 |
Color Harmonies of #EE49CF
Complementary color
Monochromatic Colors of #EE49CF
Black with #EE49CF
Text Example
Text Example
White with #EE49CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE49CF; }
p { color: rgb(238,73,207); }
H1.HeaderClassName
{
color: #EE49CF;
}
.AnyTagClassName
{
color: #EE49CF;
}
</style>
background-color css
<style>
a { background-color: #EE49CF; }
a { background-color: rgb(238,73,207); }
div.DivClassName
{
background-color: #EE49CF;
}
.BgClassName
{
background-color: #EE49CF;
}
</style>
border-color css
<style>
span { border-color: #EE49CF; }
span { border-color: rgb(238,73,207); }
td.TdClassName
{
border-color: #EE49CF;
}
.TagClassName
{
border-color: #EE49CF;
}
</style>