Html Css Color HEX #EE47DF Free Speech Magenta
📋 copy color: '#EE47DF'red 238 ◦ green 71 ◦ blue 223
Shades of Free Speech Magenta #EE47DF
Tints of Free Speech Magenta #EE47DF
RGB
CMYK
RGB Variations
Color information
#EE47DF (or 0xEE47DF) is known color: Free Speech Magenta. HEX triplet: EE, 47 and DF. RGB value is (238,71,223). Sum of RGB (Red+Green+Blue) = 238+71+223=532 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.74% from 532); Green value is 71 (28.12% from 255 or 13.35% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 238 - color contains mainly: red. Hex color #EE47DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE47DF is #11B820. Grayscale: #898989. Windows color (decimal): -1161249 or 14632942. OLE color: 14632942.
HSL color Cylindrical-coordinate representation of color #EE47DF: hue angle of 305.39º 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 #EE47DF is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 71 | 223 | - |
| CMYK | 0 | 0.70 | 0.06 | 0.07 |
| HSL | 305.39º | 0.83% | 0.61% | - |
| HSV(B) | 305.39º | 0.7% | 0.93% | - |
| XYZ | 50.83 | 28.01 | 72.54 | - |
| YUV | 138.26 | 175.83 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 71 | 223 | 0 | 0.70 | 0.06 | 0.07 | 305.39 | 0.83 | 0.61 |
| Hex | EE | 47 | DF | 0 | 46 | 6 | 7 | 131 | 53 | 3D |
| Octal | 356 | 107 | 337 | 0 | 106 | 6 | 7 | 461 | 123 | 75 |
| Binary | 11101110 | 1000111 | 11011111 | 0 | 1000110 | 110 | 111 | 100110001 | 1010011 | 111101 |
Color Harmonies of #EE47DF
Complementary color
Monochromatic Colors of #EE47DF
Black with #EE47DF
Text Example
Text Example
White with #EE47DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE47DF; }
p { color: rgb(238,71,223); }
H1.HeaderClassName
{
color: #EE47DF;
}
.AnyTagClassName
{
color: #EE47DF;
}
</style>
background-color css
<style>
a { background-color: #EE47DF; }
a { background-color: rgb(238,71,223); }
div.DivClassName
{
background-color: #EE47DF;
}
.BgClassName
{
background-color: #EE47DF;
}
</style>
border-color css
<style>
span { border-color: #EE47DF; }
span { border-color: rgb(238,71,223); }
td.TdClassName
{
border-color: #EE47DF;
}
.TagClassName
{
border-color: #EE47DF;
}
</style>