Html Css Color HEX #E758DB Free Speech Magenta
📋 copy color: '#E758DB'red 231 ◦ green 88 ◦ blue 219
Shades of Free Speech Magenta #E758DB
Tints of Free Speech Magenta #E758DB
RGB
CMYK
RGB Variations
Color information
#E758DB (or 0xE758DB) is known color: Free Speech Magenta. HEX triplet: E7, 58 and DB. RGB value is (231,88,219). Sum of RGB (Red+Green+Blue) = 231+88+219=538 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.94% from 538); Green value is 88 (34.77% from 255 or 16.36% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 231 - color contains mainly: red. Hex color #E758DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E758DB is #18A724. Grayscale: #919191. Windows color (decimal): -1615653 or 14375143. OLE color: 14375143.
HSL color Cylindrical-coordinate representation of color #E758DB: hue angle of 305.03º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E758DB is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 88 | 219 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.09 |
| HSL | 305.04º | 0.75% | 0.63% | - |
| HSV(B) | 305.04º | 0.62% | 0.91% | - |
| XYZ | 49.23 | 29.08 | 70.04 | - |
| YUV | 145.69 | 169.38 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 88 | 219 | 0 | 0.62 | 0.05 | 0.09 | 305.04 | 0.75 | 0.63 |
| Hex | E7 | 58 | DB | 0 | 3E | 5 | 9 | 131 | 4B | 3F |
| Octal | 347 | 130 | 333 | 0 | 76 | 5 | 11 | 461 | 113 | 77 |
| Binary | 11100111 | 1011000 | 11011011 | 0 | 111110 | 101 | 1001 | 100110001 | 1001011 | 111111 |
Color Harmonies of #E758DB
Complementary color
Monochromatic Colors of #E758DB
Black with #E758DB
Text Example
Text Example
White with #E758DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E758DB; }
p { color: rgb(231,88,219); }
H1.HeaderClassName
{
color: #E758DB;
}
.AnyTagClassName
{
color: #E758DB;
}
</style>
background-color css
<style>
a { background-color: #E758DB; }
a { background-color: rgb(231,88,219); }
div.DivClassName
{
background-color: #E758DB;
}
.BgClassName
{
background-color: #E758DB;
}
</style>
border-color css
<style>
span { border-color: #E758DB; }
span { border-color: rgb(231,88,219); }
td.TdClassName
{
border-color: #E758DB;
}
.TagClassName
{
border-color: #E758DB;
}
</style>