Html Css Color HEX #EE50DF Free Speech Magenta
📋 copy color: '#EE50DF'red 238 ◦ green 80 ◦ blue 223
Shades of Free Speech Magenta #EE50DF
Tints of Free Speech Magenta #EE50DF
RGB
CMYK
RGB Variations
Color information
#EE50DF (or 0xEE50DF) is known color: Free Speech Magenta. HEX triplet: EE, 50 and DF. RGB value is (238,80,223). Sum of RGB (Red+Green+Blue) = 238+80+223=541 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.99% from 541); Green value is 80 (31.64% from 255 or 14.79% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 238 - color contains mainly: red. Hex color #EE50DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE50DF is #11AF20. Grayscale: #8F8F8F. Windows color (decimal): -1158945 or 14635246. OLE color: 14635246.
HSL color Cylindrical-coordinate representation of color #EE50DF: hue angle of 305.7º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE50DF is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 80 | 223 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.07 |
| HSL | 305.7º | 0.82% | 0.62% | - |
| HSV(B) | 305.7º | 0.66% | 0.93% | - |
| XYZ | 51.45 | 29.24 | 72.74 | - |
| YUV | 143.54 | 172.85 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 223 | 0 | 0.66 | 0.06 | 0.07 | 305.7 | 0.82 | 0.62 |
| Hex | EE | 50 | DF | 0 | 42 | 6 | 7 | 132 | 52 | 3E |
| Octal | 356 | 120 | 337 | 0 | 102 | 6 | 7 | 462 | 122 | 76 |
| Binary | 11101110 | 1010000 | 11011111 | 0 | 1000010 | 110 | 111 | 100110010 | 1010010 | 111110 |
Color Harmonies of #EE50DF
Complementary color
Monochromatic Colors of #EE50DF
Black with #EE50DF
Text Example
Text Example
White with #EE50DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE50DF; }
p { color: rgb(238,80,223); }
H1.HeaderClassName
{
color: #EE50DF;
}
.AnyTagClassName
{
color: #EE50DF;
}
</style>
background-color css
<style>
a { background-color: #EE50DF; }
a { background-color: rgb(238,80,223); }
div.DivClassName
{
background-color: #EE50DF;
}
.BgClassName
{
background-color: #EE50DF;
}
</style>
border-color css
<style>
span { border-color: #EE50DF; }
span { border-color: rgb(238,80,223); }
td.TdClassName
{
border-color: #EE50DF;
}
.TagClassName
{
border-color: #EE50DF;
}
</style>