Html Css Color HEX #EE50CE Free Speech Magenta
📋 copy color: '#EE50CE'red 238 ◦ green 80 ◦ blue 206
Shades of Free Speech Magenta #EE50CE
Tints of Free Speech Magenta #EE50CE
RGB
CMYK
RGB Variations
Color information
#EE50CE (or 0xEE50CE) is known color: Free Speech Magenta. HEX triplet: EE, 50 and CE. RGB value is (238,80,206). Sum of RGB (Red+Green+Blue) = 238+80+206=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 80 (31.64% from 255 or 15.27% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 238 - color contains mainly: red. Hex color #EE50CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE50CE is #11AF31. Grayscale: #8D8D8D. Windows color (decimal): -1158962 or 13521134. OLE color: 13521134.
HSL color Cylindrical-coordinate representation of color #EE50CE: hue angle of 312.15º 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 #EE50CE is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 80 | 206 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.07 |
| HSL | 312.15º | 0.82% | 0.62% | - |
| HSV(B) | 312.15º | 0.66% | 0.93% | - |
| XYZ | 49.27 | 28.37 | 61.27 | - |
| YUV | 141.61 | 164.35 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 206 | 0 | 0.66 | 0.13 | 0.07 | 312.15 | 0.82 | 0.62 |
| Hex | EE | 50 | CE | 0 | 42 | D | 7 | 138 | 52 | 3E |
| Octal | 356 | 120 | 316 | 0 | 102 | 15 | 7 | 470 | 122 | 76 |
| Binary | 11101110 | 1010000 | 11001110 | 0 | 1000010 | 1101 | 111 | 100111000 | 1010010 | 111110 |
Color Harmonies of #EE50CE
Complementary color
Monochromatic Colors of #EE50CE
Black with #EE50CE
Text Example
Text Example
White with #EE50CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE50CE; }
p { color: rgb(238,80,206); }
H1.HeaderClassName
{
color: #EE50CE;
}
.AnyTagClassName
{
color: #EE50CE;
}
</style>
background-color css
<style>
a { background-color: #EE50CE; }
a { background-color: rgb(238,80,206); }
div.DivClassName
{
background-color: #EE50CE;
}
.BgClassName
{
background-color: #EE50CE;
}
</style>
border-color css
<style>
span { border-color: #EE50CE; }
span { border-color: rgb(238,80,206); }
td.TdClassName
{
border-color: #EE50CE;
}
.TagClassName
{
border-color: #EE50CE;
}
</style>