Html Css Color HEX #E850DB Free Speech Magenta
📋 copy color: '#E850DB'red 232 ◦ green 80 ◦ blue 219
Shades of Free Speech Magenta #E850DB
Tints of Free Speech Magenta #E850DB
RGB
CMYK
RGB Variations
Color information
#E850DB (or 0xE850DB) is known color: Free Speech Magenta. HEX triplet: E8, 50 and DB. RGB value is (232,80,219). Sum of RGB (Red+Green+Blue) = 232+80+219=531 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.69% from 531); Green value is 80 (31.64% from 255 or 15.07% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 232 - color contains mainly: red. Hex color #E850DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E850DB is #17AF24. Grayscale: #8C8C8C. Windows color (decimal): -1552165 or 14373096. OLE color: 14373096.
HSL color Cylindrical-coordinate representation of color #E850DB: hue angle of 305.13º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E850DB is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 80 | 219 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.09 |
| HSL | 305.13º | 0.77% | 0.61% | - |
| HSV(B) | 305.13º | 0.66% | 0.91% | - |
| XYZ | 48.93 | 28.01 | 69.84 | - |
| YUV | 141.29 | 171.86 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 80 | 219 | 0 | 0.66 | 0.06 | 0.09 | 305.13 | 0.77 | 0.61 |
| Hex | E8 | 50 | DB | 0 | 42 | 6 | 9 | 131 | 4D | 3D |
| Octal | 350 | 120 | 333 | 0 | 102 | 6 | 11 | 461 | 115 | 75 |
| Binary | 11101000 | 1010000 | 11011011 | 0 | 1000010 | 110 | 1001 | 100110001 | 1001101 | 111101 |
Color Harmonies of #E850DB
Complementary color
Monochromatic Colors of #E850DB
Black with #E850DB
Text Example
Text Example
White with #E850DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E850DB; }
p { color: rgb(232,80,219); }
H1.HeaderClassName
{
color: #E850DB;
}
.AnyTagClassName
{
color: #E850DB;
}
</style>
background-color css
<style>
a { background-color: #E850DB; }
a { background-color: rgb(232,80,219); }
div.DivClassName
{
background-color: #E850DB;
}
.BgClassName
{
background-color: #E850DB;
}
</style>
border-color css
<style>
span { border-color: #E850DB; }
span { border-color: rgb(232,80,219); }
td.TdClassName
{
border-color: #E850DB;
}
.TagClassName
{
border-color: #E850DB;
}
</style>