Html Css Color HEX #E748DB Free Speech Magenta
📋 copy color: '#E748DB'red 231 ◦ green 72 ◦ blue 219
Shades of Free Speech Magenta #E748DB
Tints of Free Speech Magenta #E748DB
RGB
CMYK
RGB Variations
Color information
#E748DB (or 0xE748DB) is known color: Free Speech Magenta. HEX triplet: E7, 48 and DB. RGB value is (231,72,219). Sum of RGB (Red+Green+Blue) = 231+72+219=522 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.25% from 522); Green value is 72 (28.52% from 255 or 13.79% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 231 - color contains mainly: red. Hex color #E748DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E748DB is #18B724. Grayscale: #878787. Windows color (decimal): -1619749 or 14371047. OLE color: 14371047.
HSL color Cylindrical-coordinate representation of color #E748DB: hue angle of 304.53º 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 #E748DB is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 72 | 219 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.09 |
| HSL | 304.53º | 0.77% | 0.59% | - |
| HSV(B) | 304.53º | 0.69% | 0.91% | - |
| XYZ | 48.06 | 26.74 | 69.65 | - |
| YUV | 136.3 | 174.68 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 72 | 219 | 0 | 0.69 | 0.05 | 0.09 | 304.53 | 0.77 | 0.59 |
| Hex | E7 | 48 | DB | 0 | 45 | 5 | 9 | 131 | 4D | 3B |
| Octal | 347 | 110 | 333 | 0 | 105 | 5 | 11 | 461 | 115 | 73 |
| Binary | 11100111 | 1001000 | 11011011 | 0 | 1000101 | 101 | 1001 | 100110001 | 1001101 | 111011 |
Color Harmonies of #E748DB
Complementary color
Monochromatic Colors of #E748DB
Black with #E748DB
Text Example
Text Example
White with #E748DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E748DB; }
p { color: rgb(231,72,219); }
H1.HeaderClassName
{
color: #E748DB;
}
.AnyTagClassName
{
color: #E748DB;
}
</style>
background-color css
<style>
a { background-color: #E748DB; }
a { background-color: rgb(231,72,219); }
div.DivClassName
{
background-color: #E748DB;
}
.BgClassName
{
background-color: #E748DB;
}
</style>
border-color css
<style>
span { border-color: #E748DB; }
span { border-color: rgb(231,72,219); }
td.TdClassName
{
border-color: #E748DB;
}
.TagClassName
{
border-color: #E748DB;
}
</style>