Html Css Color HEX #EE55CE Free Speech Magenta
📋 copy color: '#EE55CE'red 238 ◦ green 85 ◦ blue 206
Shades of Free Speech Magenta #EE55CE
Tints of Free Speech Magenta #EE55CE
RGB
CMYK
RGB Variations
Color information
#EE55CE (or 0xEE55CE) is known color: Free Speech Magenta. HEX triplet: EE, 55 and CE. RGB value is (238,85,206). Sum of RGB (Red+Green+Blue) = 238+85+206=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 85 (33.59% from 255 or 16.07% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 238 - color contains mainly: red. Hex color #EE55CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE55CE is #11AA31. Grayscale: #909090. Windows color (decimal): -1157682 or 13522414. OLE color: 13522414.
HSL color Cylindrical-coordinate representation of color #EE55CE: hue angle of 312.55º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EE55CE is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 85 | 206 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.07 |
| HSL | 312.55º | 0.82% | 0.63% | - |
| HSV(B) | 312.55º | 0.64% | 0.93% | - |
| XYZ | 49.65 | 29.13 | 61.4 | - |
| YUV | 144.54 | 162.69 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 85 | 206 | 0 | 0.64 | 0.13 | 0.07 | 312.55 | 0.82 | 0.63 |
| Hex | EE | 55 | CE | 0 | 40 | D | 7 | 139 | 52 | 3F |
| Octal | 356 | 125 | 316 | 0 | 100 | 15 | 7 | 471 | 122 | 77 |
| Binary | 11101110 | 1010101 | 11001110 | 0 | 1000000 | 1101 | 111 | 100111001 | 1010010 | 111111 |
Color Harmonies of #EE55CE
Complementary color
Monochromatic Colors of #EE55CE
Black with #EE55CE
Text Example
Text Example
White with #EE55CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE55CE; }
p { color: rgb(238,85,206); }
H1.HeaderClassName
{
color: #EE55CE;
}
.AnyTagClassName
{
color: #EE55CE;
}
</style>
background-color css
<style>
a { background-color: #EE55CE; }
a { background-color: rgb(238,85,206); }
div.DivClassName
{
background-color: #EE55CE;
}
.BgClassName
{
background-color: #EE55CE;
}
</style>
border-color css
<style>
span { border-color: #EE55CE; }
span { border-color: rgb(238,85,206); }
td.TdClassName
{
border-color: #EE55CE;
}
.TagClassName
{
border-color: #EE55CE;
}
</style>