Html Css Color HEX #E858C5 Free Speech Magenta
📋 copy color: '#E858C5'red 232 ◦ green 88 ◦ blue 197
Shades of Free Speech Magenta #E858C5
Tints of Free Speech Magenta #E858C5
RGB
CMYK
RGB Variations
Color information
#E858C5 (or 0xE858C5) is known color: Free Speech Magenta. HEX triplet: E8, 58 and C5. RGB value is (232,88,197). Sum of RGB (Red+Green+Blue) = 232+88+197=517 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.87% from 517); Green value is 88 (34.77% from 255 or 17.02% from 517); Blue value is 197 (77.34% from 255 or 38.10% from 517); Max value from RGB is 232 - color contains mainly: red. Hex color #E858C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E858C5 is #17A73A. Grayscale: #8F8F8F. Windows color (decimal): -1550139 or 12933352. OLE color: 12933352.
HSL color Cylindrical-coordinate representation of color #E858C5: hue angle of 314.58º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E858C5 is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
RGB | 232 | 88 | 197 | - |
CMYK | 0 | 0.62 | 0.15 | 0.09 |
HSL | 314.58º | 0.76% | 0.63% | - |
HSV(B) | 314.58º | 0.62% | 0.91% | - |
XYZ | 46.85 | 28.17 | 55.79 | - |
YUV | 143.48 | 158.21 | 191.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 232 | 88 | 197 | 0 | 0.62 | 0.15 | 0.09 | 314.58 | 0.76 | 0.63 |
Hex | E8 | 58 | C5 | 0 | 3E | F | 9 | 13B | 4C | 3F |
Octal | 350 | 130 | 305 | 0 | 76 | 17 | 11 | 473 | 114 | 77 |
Binary | 11101000 | 1011000 | 11000101 | 0 | 111110 | 1111 | 1001 | 100111011 | 1001100 | 111111 |
Color Harmonies of #E858C5
Complementary color
Monochromatic Colors of #E858C5
Black with #E858C5
Text Example
Text Example
White with #E858C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E858C5; }
p { color: rgb(232,88,197); }
H1.HeaderClassName
{
color: #E858C5;
}
.AnyTagClassName
{
color: #E858C5;
}
</style>
background-color css
<style>
a { background-color: #E858C5; }
a { background-color: rgb(232,88,197); }
div.DivClassName
{
background-color: #E858C5;
}
.BgClassName
{
background-color: #E858C5;
}
</style>
border-color css
<style>
span { border-color: #E858C5; }
span { border-color: rgb(232,88,197); }
td.TdClassName
{
border-color: #E858C5;
}
.TagClassName
{
border-color: #E858C5;
}
</style>