Html Css Color HEX #E858D0 Free Speech Magenta
📋 copy color: '#E858D0'red 232 ◦ green 88 ◦ blue 208
Shades of Free Speech Magenta #E858D0
Tints of Free Speech Magenta #E858D0
RGB
CMYK
RGB Variations
Color information
#E858D0 (or 0xE858D0) is known color: Free Speech Magenta. HEX triplet: E8, 58 and D0. RGB value is (232,88,208). Sum of RGB (Red+Green+Blue) = 232+88+208=528 (69% of max value = 765). Red value is 232 (91.02% from 255 or 43.94% from 528); Green value is 88 (34.77% from 255 or 16.67% from 528); Blue value is 208 (81.64% from 255 or 39.39% from 528); Max value from RGB is 232 - color contains mainly: red. Hex color #E858D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E858D0 is #17A72F. Grayscale: #909090. Windows color (decimal): -1550128 or 13654248. OLE color: 13654248.
HSL color Cylindrical-coordinate representation of color #E858D0: hue angle of 310º 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 #E858D0 is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 88 | 208 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.09 |
| HSL | 310º | 0.76% | 0.63% | - |
| HSV(B) | 310º | 0.62% | 0.91% | - |
| XYZ | 48.15 | 28.69 | 62.67 | - |
| YUV | 144.74 | 163.71 | 190.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 88 | 208 | 0 | 0.62 | 0.10 | 0.09 | 310 | 0.76 | 0.63 |
| Hex | E8 | 58 | D0 | 0 | 3E | A | 9 | 136 | 4C | 3F |
| Octal | 350 | 130 | 320 | 0 | 76 | 12 | 11 | 466 | 114 | 77 |
| Binary | 11101000 | 1011000 | 11010000 | 0 | 111110 | 1010 | 1001 | 100110110 | 1001100 | 111111 |
Color Harmonies of #E858D0
Complementary color
Monochromatic Colors of #E858D0
Black with #E858D0
Text Example
Text Example
White with #E858D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E858D0; }
p { color: rgb(232,88,208); }
H1.HeaderClassName
{
color: #E858D0;
}
.AnyTagClassName
{
color: #E858D0;
}
</style>
background-color css
<style>
a { background-color: #E858D0; }
a { background-color: rgb(232,88,208); }
div.DivClassName
{
background-color: #E858D0;
}
.BgClassName
{
background-color: #E858D0;
}
</style>
border-color css
<style>
span { border-color: #E858D0; }
span { border-color: rgb(232,88,208); }
td.TdClassName
{
border-color: #E858D0;
}
.TagClassName
{
border-color: #E858D0;
}
</style>