Html Css Color HEX #E751DB Free Speech Magenta
📋 copy color: '#E751DB'red 231 ◦ green 81 ◦ blue 219
Shades of Free Speech Magenta #E751DB
Tints of Free Speech Magenta #E751DB
RGB
CMYK
RGB Variations
Color information
#E751DB (or 0xE751DB) is known color: Free Speech Magenta. HEX triplet: E7, 51 and DB. RGB value is (231,81,219). Sum of RGB (Red+Green+Blue) = 231+81+219=531 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.50% from 531); Green value is 81 (32.03% from 255 or 15.25% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 231 - color contains mainly: red. Hex color #E751DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E751DB is #18AE24. Grayscale: #8D8D8D. Windows color (decimal): -1617445 or 14373351. OLE color: 14373351.
HSL color Cylindrical-coordinate representation of color #E751DB: hue angle of 304.8º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E751DB is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 81 | 219 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.09 |
| HSL | 304.8º | 0.76% | 0.61% | - |
| HSV(B) | 304.8º | 0.65% | 0.91% | - |
| XYZ | 48.68 | 27.99 | 69.85 | - |
| YUV | 141.58 | 171.7 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 81 | 219 | 0 | 0.65 | 0.05 | 0.09 | 304.8 | 0.76 | 0.61 |
| Hex | E7 | 51 | DB | 0 | 41 | 5 | 9 | 131 | 4C | 3D |
| Octal | 347 | 121 | 333 | 0 | 101 | 5 | 11 | 461 | 114 | 75 |
| Binary | 11100111 | 1010001 | 11011011 | 0 | 1000001 | 101 | 1001 | 100110001 | 1001100 | 111101 |
Color Harmonies of #E751DB
Complementary color
Monochromatic Colors of #E751DB
Black with #E751DB
Text Example
Text Example
White with #E751DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E751DB; }
p { color: rgb(231,81,219); }
H1.HeaderClassName
{
color: #E751DB;
}
.AnyTagClassName
{
color: #E751DB;
}
</style>
background-color css
<style>
a { background-color: #E751DB; }
a { background-color: rgb(231,81,219); }
div.DivClassName
{
background-color: #E751DB;
}
.BgClassName
{
background-color: #E751DB;
}
</style>
border-color css
<style>
span { border-color: #E751DB; }
span { border-color: rgb(231,81,219); }
td.TdClassName
{
border-color: #E751DB;
}
.TagClassName
{
border-color: #E751DB;
}
</style>