Html Css Color HEX #EE56CE Free Speech Magenta
📋 copy color: '#EE56CE'red 238 ◦ green 86 ◦ blue 206
Shades of Free Speech Magenta #EE56CE
Tints of Free Speech Magenta #EE56CE
RGB
CMYK
RGB Variations
Color information
#EE56CE (or 0xEE56CE) is known color: Free Speech Magenta. HEX triplet: EE, 56 and CE. RGB value is (238,86,206). Sum of RGB (Red+Green+Blue) = 238+86+206=530 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.91% from 530); Green value is 86 (33.98% from 255 or 16.23% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 238 - color contains mainly: red. Hex color #EE56CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE56CE is #11A931. Grayscale: #909090. Windows color (decimal): -1157426 or 13522670. OLE color: 13522670.
HSL color Cylindrical-coordinate representation of color #EE56CE: hue angle of 312.63º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EE56CE is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 86 | 206 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.07 |
| HSL | 312.63º | 0.82% | 0.64% | - |
| HSV(B) | 312.63º | 0.64% | 0.93% | - |
| XYZ | 49.73 | 29.29 | 61.42 | - |
| YUV | 145.13 | 162.36 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 86 | 206 | 0 | 0.64 | 0.13 | 0.07 | 312.63 | 0.82 | 0.64 |
| Hex | EE | 56 | CE | 0 | 40 | D | 7 | 139 | 52 | 40 |
| Octal | 356 | 126 | 316 | 0 | 100 | 15 | 7 | 471 | 122 | 100 |
| Binary | 11101110 | 1010110 | 11001110 | 0 | 1000000 | 1101 | 111 | 100111001 | 1010010 | 1000000 |
Color Harmonies of #EE56CE
Complementary color
Monochromatic Colors of #EE56CE
Black with #EE56CE
Text Example
Text Example
White with #EE56CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE56CE; }
p { color: rgb(238,86,206); }
H1.HeaderClassName
{
color: #EE56CE;
}
.AnyTagClassName
{
color: #EE56CE;
}
</style>
background-color css
<style>
a { background-color: #EE56CE; }
a { background-color: rgb(238,86,206); }
div.DivClassName
{
background-color: #EE56CE;
}
.BgClassName
{
background-color: #EE56CE;
}
</style>
border-color css
<style>
span { border-color: #EE56CE; }
span { border-color: rgb(238,86,206); }
td.TdClassName
{
border-color: #EE56CE;
}
.TagClassName
{
border-color: #EE56CE;
}
</style>