Html Css Color HEX #E757DB Free Speech Magenta
📋 copy color: '#E757DB'red 231 ◦ green 87 ◦ blue 219
Shades of Free Speech Magenta #E757DB
Tints of Free Speech Magenta #E757DB
RGB
CMYK
RGB Variations
Color information
#E757DB (or 0xE757DB) is known color: Free Speech Magenta. HEX triplet: E7, 57 and DB. RGB value is (231,87,219). Sum of RGB (Red+Green+Blue) = 231+87+219=537 (71% of max value = 765). Red value is 231 (90.62% from 255 or 43.02% from 537); Green value is 87 (34.38% from 255 or 16.20% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 231 - color contains mainly: red. Hex color #E757DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E757DB is #18A824. Grayscale: #909090. Windows color (decimal): -1615909 or 14374887. OLE color: 14374887.
HSL color Cylindrical-coordinate representation of color #E757DB: hue angle of 305º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E757DB is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 87 | 219 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.09 |
| HSL | 305º | 0.75% | 0.62% | - |
| HSV(B) | 305º | 0.62% | 0.91% | - |
| XYZ | 49.15 | 28.92 | 70.01 | - |
| YUV | 145.1 | 169.71 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 87 | 219 | 0 | 0.62 | 0.05 | 0.09 | 305 | 0.75 | 0.62 |
| Hex | E7 | 57 | DB | 0 | 3E | 5 | 9 | 131 | 4B | 3E |
| Octal | 347 | 127 | 333 | 0 | 76 | 5 | 11 | 461 | 113 | 76 |
| Binary | 11100111 | 1010111 | 11011011 | 0 | 111110 | 101 | 1001 | 100110001 | 1001011 | 111110 |
Color Harmonies of #E757DB
Complementary color
Monochromatic Colors of #E757DB
Black with #E757DB
Text Example
Text Example
White with #E757DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E757DB; }
p { color: rgb(231,87,219); }
H1.HeaderClassName
{
color: #E757DB;
}
.AnyTagClassName
{
color: #E757DB;
}
</style>
background-color css
<style>
a { background-color: #E757DB; }
a { background-color: rgb(231,87,219); }
div.DivClassName
{
background-color: #E757DB;
}
.BgClassName
{
background-color: #E757DB;
}
</style>
border-color css
<style>
span { border-color: #E757DB; }
span { border-color: rgb(231,87,219); }
td.TdClassName
{
border-color: #E757DB;
}
.TagClassName
{
border-color: #E757DB;
}
</style>