Html Css Color HEX #E747DB Free Speech Magenta
📋 copy color: '#E747DB'red 231 ◦ green 71 ◦ blue 219
Shades of Free Speech Magenta #E747DB
Tints of Free Speech Magenta #E747DB
RGB
CMYK
RGB Variations
Color information
#E747DB (or 0xE747DB) is known color: Free Speech Magenta. HEX triplet: E7, 47 and DB. RGB value is (231,71,219). Sum of RGB (Red+Green+Blue) = 231+71+219=521 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.34% from 521); Green value is 71 (28.12% from 255 or 13.63% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 231 - color contains mainly: red. Hex color #E747DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E747DB is #18B824. Grayscale: #878787. Windows color (decimal): -1620005 or 14370791. OLE color: 14370791.
HSL color Cylindrical-coordinate representation of color #E747DB: hue angle of 304.5º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E747DB is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 71 | 219 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.09 |
| HSL | 304.5º | 0.77% | 0.59% | - |
| HSV(B) | 304.5º | 0.69% | 0.91% | - |
| XYZ | 47.99 | 26.61 | 69.62 | - |
| YUV | 135.71 | 175.01 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 71 | 219 | 0 | 0.69 | 0.05 | 0.09 | 304.5 | 0.77 | 0.59 |
| Hex | E7 | 47 | DB | 0 | 45 | 5 | 9 | 130 | 4D | 3B |
| Octal | 347 | 107 | 333 | 0 | 105 | 5 | 11 | 460 | 115 | 73 |
| Binary | 11100111 | 1000111 | 11011011 | 0 | 1000101 | 101 | 1001 | 100110000 | 1001101 | 111011 |
Color Harmonies of #E747DB
Complementary color
Monochromatic Colors of #E747DB
Black with #E747DB
Text Example
Text Example
White with #E747DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E747DB; }
p { color: rgb(231,71,219); }
H1.HeaderClassName
{
color: #E747DB;
}
.AnyTagClassName
{
color: #E747DB;
}
</style>
background-color css
<style>
a { background-color: #E747DB; }
a { background-color: rgb(231,71,219); }
div.DivClassName
{
background-color: #E747DB;
}
.BgClassName
{
background-color: #E747DB;
}
</style>
border-color css
<style>
span { border-color: #E747DB; }
span { border-color: rgb(231,71,219); }
td.TdClassName
{
border-color: #E747DB;
}
.TagClassName
{
border-color: #E747DB;
}
</style>