Html Css Color HEX #E749DB Free Speech Magenta
📋 copy color: '#E749DB'red 231 ◦ green 73 ◦ blue 219
Shades of Free Speech Magenta #E749DB
Tints of Free Speech Magenta #E749DB
RGB
CMYK
RGB Variations
Color information
#E749DB (or 0xE749DB) is known color: Free Speech Magenta. HEX triplet: E7, 49 and DB. RGB value is (231,73,219). Sum of RGB (Red+Green+Blue) = 231+73+219=523 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.17% from 523); Green value is 73 (28.91% from 255 or 13.96% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 231 - color contains mainly: red. Hex color #E749DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E749DB is #18B624. Grayscale: #888888. Windows color (decimal): -1619493 or 14371303. OLE color: 14371303.
HSL color Cylindrical-coordinate representation of color #E749DB: hue angle of 304.56º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E749DB is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 73 | 219 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.09 |
| HSL | 304.56º | 0.77% | 0.6% | - |
| HSV(B) | 304.56º | 0.68% | 0.91% | - |
| XYZ | 48.12 | 26.87 | 69.67 | - |
| YUV | 136.89 | 174.35 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 73 | 219 | 0 | 0.68 | 0.05 | 0.09 | 304.56 | 0.77 | 0.6 |
| Hex | E7 | 49 | DB | 0 | 44 | 5 | 9 | 131 | 4D | 3C |
| Octal | 347 | 111 | 333 | 0 | 104 | 5 | 11 | 461 | 115 | 74 |
| Binary | 11100111 | 1001001 | 11011011 | 0 | 1000100 | 101 | 1001 | 100110001 | 1001101 | 111100 |
Color Harmonies of #E749DB
Complementary color
Monochromatic Colors of #E749DB
Black with #E749DB
Text Example
Text Example
White with #E749DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E749DB; }
p { color: rgb(231,73,219); }
H1.HeaderClassName
{
color: #E749DB;
}
.AnyTagClassName
{
color: #E749DB;
}
</style>
background-color css
<style>
a { background-color: #E749DB; }
a { background-color: rgb(231,73,219); }
div.DivClassName
{
background-color: #E749DB;
}
.BgClassName
{
background-color: #E749DB;
}
</style>
border-color css
<style>
span { border-color: #E749DB; }
span { border-color: rgb(231,73,219); }
td.TdClassName
{
border-color: #E749DB;
}
.TagClassName
{
border-color: #E749DB;
}
</style>