Html Css Color HEX #E855C2 Free Speech Magenta
📋 copy color: '#E855C2'red 232 ◦ green 85 ◦ blue 194
Shades of Free Speech Magenta #E855C2
Tints of Free Speech Magenta #E855C2
RGB
CMYK
RGB Variations
Color information
#E855C2 (or 0xE855C2) is known color: Free Speech Magenta. HEX triplet: E8, 55 and C2. RGB value is (232,85,194). Sum of RGB (Red+Green+Blue) = 232+85+194=511 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.40% from 511); Green value is 85 (33.59% from 255 or 16.63% from 511); Blue value is 194 (76.17% from 255 or 37.96% from 511); Max value from RGB is 232 - color contains mainly: red. Hex color #E855C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E855C2 is #17AA3D. Grayscale: #8D8D8D. Windows color (decimal): -1550910 or 12735976. OLE color: 12735976.
HSL color Cylindrical-coordinate representation of color #E855C2: hue angle of 315.51º 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 #E855C2 is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 85 | 194 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.09 |
| HSL | 315.51º | 0.76% | 0.62% | - |
| HSV(B) | 315.51º | 0.63% | 0.91% | - |
| XYZ | 46.26 | 27.55 | 53.92 | - |
| YUV | 141.38 | 157.7 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 85 | 194 | 0 | 0.63 | 0.16 | 0.09 | 315.51 | 0.76 | 0.62 |
| Hex | E8 | 55 | C2 | 0 | 3F | 10 | 9 | 13C | 4C | 3E |
| Octal | 350 | 125 | 302 | 0 | 77 | 20 | 11 | 474 | 114 | 76 |
| Binary | 11101000 | 1010101 | 11000010 | 0 | 111111 | 10000 | 1001 | 100111100 | 1001100 | 111110 |
Color Harmonies of #E855C2
Complementary color
Monochromatic Colors of #E855C2
Black with #E855C2
Text Example
Text Example
White with #E855C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E855C2; }
p { color: rgb(232,85,194); }
H1.HeaderClassName
{
color: #E855C2;
}
.AnyTagClassName
{
color: #E855C2;
}
</style>
background-color css
<style>
a { background-color: #E855C2; }
a { background-color: rgb(232,85,194); }
div.DivClassName
{
background-color: #E855C2;
}
.BgClassName
{
background-color: #E855C2;
}
</style>
border-color css
<style>
span { border-color: #E855C2; }
span { border-color: rgb(232,85,194); }
td.TdClassName
{
border-color: #E855C2;
}
.TagClassName
{
border-color: #E855C2;
}
</style>