Html Css Color HEX #E850CE Free Speech Magenta
📋 copy color: '#E850CE'red 232 ◦ green 80 ◦ blue 206
Shades of Free Speech Magenta #E850CE
Tints of Free Speech Magenta #E850CE
RGB
CMYK
RGB Variations
Color information
#E850CE (or 0xE850CE) is known color: Free Speech Magenta. HEX triplet: E8, 50 and CE. RGB value is (232,80,206). Sum of RGB (Red+Green+Blue) = 232+80+206=518 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.79% from 518); Green value is 80 (31.64% from 255 or 15.44% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 232 - color contains mainly: red. Hex color #E850CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E850CE is #17AF31. Grayscale: #8B8B8B. Windows color (decimal): -1552178 or 13521128. OLE color: 13521128.
HSL color Cylindrical-coordinate representation of color #E850CE: hue angle of 310.26º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E850CE is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 80 | 206 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.09 |
| HSL | 310.26º | 0.77% | 0.61% | - |
| HSV(B) | 310.26º | 0.66% | 0.91% | - |
| XYZ | 47.29 | 27.35 | 61.18 | - |
| YUV | 139.81 | 165.36 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 80 | 206 | 0 | 0.66 | 0.11 | 0.09 | 310.26 | 0.77 | 0.61 |
| Hex | E8 | 50 | CE | 0 | 42 | B | 9 | 136 | 4D | 3D |
| Octal | 350 | 120 | 316 | 0 | 102 | 13 | 11 | 466 | 115 | 75 |
| Binary | 11101000 | 1010000 | 11001110 | 0 | 1000010 | 1011 | 1001 | 100110110 | 1001101 | 111101 |
Color Harmonies of #E850CE
Complementary color
Monochromatic Colors of #E850CE
Black with #E850CE
Text Example
Text Example
White with #E850CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E850CE; }
p { color: rgb(232,80,206); }
H1.HeaderClassName
{
color: #E850CE;
}
.AnyTagClassName
{
color: #E850CE;
}
</style>
background-color css
<style>
a { background-color: #E850CE; }
a { background-color: rgb(232,80,206); }
div.DivClassName
{
background-color: #E850CE;
}
.BgClassName
{
background-color: #E850CE;
}
</style>
border-color css
<style>
span { border-color: #E850CE; }
span { border-color: rgb(232,80,206); }
td.TdClassName
{
border-color: #E850CE;
}
.TagClassName
{
border-color: #E850CE;
}
</style>