Html Css Color HEX #E855CA Free Speech Magenta
📋 copy color: '#E855CA'red 232 ◦ green 85 ◦ blue 202
Shades of Free Speech Magenta #E855CA
Tints of Free Speech Magenta #E855CA
RGB
CMYK
RGB Variations
Color information
#E855CA (or 0xE855CA) is known color: Free Speech Magenta. HEX triplet: E8, 55 and CA. RGB value is (232,85,202). Sum of RGB (Red+Green+Blue) = 232+85+202=519 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.70% from 519); Green value is 85 (33.59% from 255 or 16.38% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 232 - color contains mainly: red. Hex color #E855CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E855CA is #17AA35. Grayscale: #8D8D8D. Windows color (decimal): -1550902 or 13260264. OLE color: 13260264.
HSL color Cylindrical-coordinate representation of color #E855CA: hue angle of 312.24º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E855CA is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 85 | 202 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.09 |
| HSL | 312.24º | 0.76% | 0.62% | - |
| HSV(B) | 312.24º | 0.63% | 0.91% | - |
| XYZ | 47.19 | 27.92 | 58.78 | - |
| YUV | 142.29 | 161.7 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 85 | 202 | 0 | 0.63 | 0.13 | 0.09 | 312.24 | 0.76 | 0.62 |
| Hex | E8 | 55 | CA | 0 | 3F | D | 9 | 138 | 4C | 3E |
| Octal | 350 | 125 | 312 | 0 | 77 | 15 | 11 | 470 | 114 | 76 |
| Binary | 11101000 | 1010101 | 11001010 | 0 | 111111 | 1101 | 1001 | 100111000 | 1001100 | 111110 |
Color Harmonies of #E855CA
Complementary color
Monochromatic Colors of #E855CA
Black with #E855CA
Text Example
Text Example
White with #E855CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E855CA; }
p { color: rgb(232,85,202); }
H1.HeaderClassName
{
color: #E855CA;
}
.AnyTagClassName
{
color: #E855CA;
}
</style>
background-color css
<style>
a { background-color: #E855CA; }
a { background-color: rgb(232,85,202); }
div.DivClassName
{
background-color: #E855CA;
}
.BgClassName
{
background-color: #E855CA;
}
</style>
border-color css
<style>
span { border-color: #E855CA; }
span { border-color: rgb(232,85,202); }
td.TdClassName
{
border-color: #E855CA;
}
.TagClassName
{
border-color: #E855CA;
}
</style>