Html Css Color HEX #E854DB Free Speech Magenta
📋 copy color: '#E854DB'red 232 ◦ green 84 ◦ blue 219
Shades of Free Speech Magenta #E854DB
Tints of Free Speech Magenta #E854DB
RGB
CMYK
RGB Variations
Color information
#E854DB (or 0xE854DB) is known color: Free Speech Magenta. HEX triplet: E8, 54 and DB. RGB value is (232,84,219). Sum of RGB (Red+Green+Blue) = 232+84+219=535 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.36% from 535); Green value is 84 (33.20% from 255 or 15.70% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 232 - color contains mainly: red. Hex color #E854DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E854DB is #17AB24. Grayscale: #8F8F8F. Windows color (decimal): -1551141 or 14374120. OLE color: 14374120.
HSL color Cylindrical-coordinate representation of color #E854DB: hue angle of 305.27º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E854DB is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 84 | 219 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.09 |
| HSL | 305.27º | 0.76% | 0.62% | - |
| HSV(B) | 305.27º | 0.64% | 0.91% | - |
| XYZ | 49.24 | 28.61 | 69.95 | - |
| YUV | 143.64 | 170.53 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 84 | 219 | 0 | 0.64 | 0.06 | 0.09 | 305.27 | 0.76 | 0.62 |
| Hex | E8 | 54 | DB | 0 | 40 | 6 | 9 | 131 | 4C | 3E |
| Octal | 350 | 124 | 333 | 0 | 100 | 6 | 11 | 461 | 114 | 76 |
| Binary | 11101000 | 1010100 | 11011011 | 0 | 1000000 | 110 | 1001 | 100110001 | 1001100 | 111110 |
Color Harmonies of #E854DB
Complementary color
Monochromatic Colors of #E854DB
Black with #E854DB
Text Example
Text Example
White with #E854DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E854DB; }
p { color: rgb(232,84,219); }
H1.HeaderClassName
{
color: #E854DB;
}
.AnyTagClassName
{
color: #E854DB;
}
</style>
background-color css
<style>
a { background-color: #E854DB; }
a { background-color: rgb(232,84,219); }
div.DivClassName
{
background-color: #E854DB;
}
.BgClassName
{
background-color: #E854DB;
}
</style>
border-color css
<style>
span { border-color: #E854DB; }
span { border-color: rgb(232,84,219); }
td.TdClassName
{
border-color: #E854DB;
}
.TagClassName
{
border-color: #E854DB;
}
</style>