Html Css Color HEX #E858DB Free Speech Magenta
📋 copy color: '#E858DB'red 232 ◦ green 88 ◦ blue 219
Shades of Free Speech Magenta #E858DB
Tints of Free Speech Magenta #E858DB
RGB
CMYK
RGB Variations
Color information
#E858DB (or 0xE858DB) is known color: Free Speech Magenta. HEX triplet: E8, 58 and DB. RGB value is (232,88,219). Sum of RGB (Red+Green+Blue) = 232+88+219=539 (71% of max value = 765). Red value is 232 (91.02% from 255 or 43.04% from 539); Green value is 88 (34.77% from 255 or 16.33% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 232 - color contains mainly: red. Hex color #E858DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E858DB is #17A724. Grayscale: #919191. Windows color (decimal): -1550117 or 14375144. OLE color: 14375144.
HSL color Cylindrical-coordinate representation of color #E858DB: hue angle of 305.42º 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 #E858DB is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 88 | 219 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.09 |
| HSL | 305.42º | 0.76% | 0.63% | - |
| HSV(B) | 305.42º | 0.62% | 0.91% | - |
| XYZ | 49.55 | 29.25 | 70.05 | - |
| YUV | 145.99 | 169.21 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 88 | 219 | 0 | 0.62 | 0.06 | 0.09 | 305.42 | 0.76 | 0.63 |
| Hex | E8 | 58 | DB | 0 | 3E | 6 | 9 | 131 | 4C | 3F |
| Octal | 350 | 130 | 333 | 0 | 76 | 6 | 11 | 461 | 114 | 77 |
| Binary | 11101000 | 1011000 | 11011011 | 0 | 111110 | 110 | 1001 | 100110001 | 1001100 | 111111 |
Color Harmonies of #E858DB
Complementary color
Monochromatic Colors of #E858DB
Black with #E858DB
Text Example
Text Example
White with #E858DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E858DB; }
p { color: rgb(232,88,219); }
H1.HeaderClassName
{
color: #E858DB;
}
.AnyTagClassName
{
color: #E858DB;
}
</style>
background-color css
<style>
a { background-color: #E858DB; }
a { background-color: rgb(232,88,219); }
div.DivClassName
{
background-color: #E858DB;
}
.BgClassName
{
background-color: #E858DB;
}
</style>
border-color css
<style>
span { border-color: #E858DB; }
span { border-color: rgb(232,88,219); }
td.TdClassName
{
border-color: #E858DB;
}
.TagClassName
{
border-color: #E858DB;
}
</style>