Html Css Color HEX #EE47CE Free Speech Magenta
📋 copy color: '#EE47CE'red 238 ◦ green 71 ◦ blue 206
Shades of Free Speech Magenta #EE47CE
Tints of Free Speech Magenta #EE47CE
RGB
CMYK
RGB Variations
Color information
#EE47CE (or 0xEE47CE) is known color: Free Speech Magenta. HEX triplet: EE, 47 and CE. RGB value is (238,71,206). Sum of RGB (Red+Green+Blue) = 238+71+206=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 71 (28.12% from 255 or 13.79% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 238 - color contains mainly: red. Hex color #EE47CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE47CE is #11B831. Grayscale: #878787. Windows color (decimal): -1161266 or 13518830. OLE color: 13518830.
HSL color Cylindrical-coordinate representation of color #EE47CE: hue angle of 311.5º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EE47CE is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 71 | 206 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.07 |
| HSL | 311.5º | 0.83% | 0.61% | - |
| HSV(B) | 311.5º | 0.7% | 0.93% | - |
| XYZ | 48.65 | 27.14 | 61.07 | - |
| YUV | 136.32 | 167.33 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 71 | 206 | 0 | 0.70 | 0.13 | 0.07 | 311.5 | 0.83 | 0.61 |
| Hex | EE | 47 | CE | 0 | 46 | D | 7 | 137 | 53 | 3D |
| Octal | 356 | 107 | 316 | 0 | 106 | 15 | 7 | 467 | 123 | 75 |
| Binary | 11101110 | 1000111 | 11001110 | 0 | 1000110 | 1101 | 111 | 100110111 | 1010011 | 111101 |
Color Harmonies of #EE47CE
Complementary color
Monochromatic Colors of #EE47CE
Black with #EE47CE
Text Example
Text Example
White with #EE47CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE47CE; }
p { color: rgb(238,71,206); }
H1.HeaderClassName
{
color: #EE47CE;
}
.AnyTagClassName
{
color: #EE47CE;
}
</style>
background-color css
<style>
a { background-color: #EE47CE; }
a { background-color: rgb(238,71,206); }
div.DivClassName
{
background-color: #EE47CE;
}
.BgClassName
{
background-color: #EE47CE;
}
</style>
border-color css
<style>
span { border-color: #EE47CE; }
span { border-color: rgb(238,71,206); }
td.TdClassName
{
border-color: #EE47CE;
}
.TagClassName
{
border-color: #EE47CE;
}
</style>