Html Css Color HEX #EE5FDF Free Speech Magenta
📋 copy color: '#EE5FDF'red 238 ◦ green 95 ◦ blue 223
Shades of Free Speech Magenta #EE5FDF
Tints of Free Speech Magenta #EE5FDF
RGB
CMYK
RGB Variations
Color information
#EE5FDF (or 0xEE5FDF) is known color: Free Speech Magenta. HEX triplet: EE, 5F and DF. RGB value is (238,95,223). Sum of RGB (Red+Green+Blue) = 238+95+223=556 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.81% from 556); Green value is 95 (37.5% from 255 or 17.09% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5FDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE5FDF is #11A020. Grayscale: #979797. Windows color (decimal): -1155105 or 14639086. OLE color: 14639086.
HSL color Cylindrical-coordinate representation of color #EE5FDF: hue angle of 306.29º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EE5FDF is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 95 | 223 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.07 |
| HSL | 306.29º | 0.81% | 0.65% | - |
| HSV(B) | 306.29º | 0.6% | 0.93% | - |
| XYZ | 52.67 | 31.69 | 73.15 | - |
| YUV | 152.35 | 167.88 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 95 | 223 | 0 | 0.60 | 0.06 | 0.07 | 306.29 | 0.81 | 0.65 |
| Hex | EE | 5F | DF | 0 | 3C | 6 | 7 | 132 | 51 | 41 |
| Octal | 356 | 137 | 337 | 0 | 74 | 6 | 7 | 462 | 121 | 101 |
| Binary | 11101110 | 1011111 | 11011111 | 0 | 111100 | 110 | 111 | 100110010 | 1010001 | 1000001 |
Color Harmonies of #EE5FDF
Complementary color
Monochromatic Colors of #EE5FDF
Black with #EE5FDF
Text Example
Text Example
White with #EE5FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5FDF; }
p { color: rgb(238,95,223); }
H1.HeaderClassName
{
color: #EE5FDF;
}
.AnyTagClassName
{
color: #EE5FDF;
}
</style>
background-color css
<style>
a { background-color: #EE5FDF; }
a { background-color: rgb(238,95,223); }
div.DivClassName
{
background-color: #EE5FDF;
}
.BgClassName
{
background-color: #EE5FDF;
}
</style>
border-color css
<style>
span { border-color: #EE5FDF; }
span { border-color: rgb(238,95,223); }
td.TdClassName
{
border-color: #EE5FDF;
}
.TagClassName
{
border-color: #EE5FDF;
}
</style>