Html Css Color HEX #E753DB Free Speech Magenta
📋 copy color: '#E753DB'red 231 ◦ green 83 ◦ blue 219
Shades of Free Speech Magenta #E753DB
Tints of Free Speech Magenta #E753DB
RGB
CMYK
RGB Variations
Color information
#E753DB (or 0xE753DB) is known color: Free Speech Magenta. HEX triplet: E7, 53 and DB. RGB value is (231,83,219). Sum of RGB (Red+Green+Blue) = 231+83+219=533 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.34% from 533); Green value is 83 (32.81% from 255 or 15.57% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 231 - color contains mainly: red. Hex color #E753DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E753DB is #18AC24. Grayscale: #8E8E8E. Windows color (decimal): -1616933 or 14373863. OLE color: 14373863.
HSL color Cylindrical-coordinate representation of color #E753DB: hue angle of 304.86º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E753DB is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 83 | 219 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.09 |
| HSL | 304.86º | 0.76% | 0.62% | - |
| HSV(B) | 304.86º | 0.64% | 0.91% | - |
| XYZ | 48.83 | 28.29 | 69.9 | - |
| YUV | 142.76 | 171.03 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 83 | 219 | 0 | 0.64 | 0.05 | 0.09 | 304.86 | 0.76 | 0.62 |
| Hex | E7 | 53 | DB | 0 | 40 | 5 | 9 | 131 | 4C | 3E |
| Octal | 347 | 123 | 333 | 0 | 100 | 5 | 11 | 461 | 114 | 76 |
| Binary | 11100111 | 1010011 | 11011011 | 0 | 1000000 | 101 | 1001 | 100110001 | 1001100 | 111110 |
Color Harmonies of #E753DB
Complementary color
Monochromatic Colors of #E753DB
Black with #E753DB
Text Example
Text Example
White with #E753DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E753DB; }
p { color: rgb(231,83,219); }
H1.HeaderClassName
{
color: #E753DB;
}
.AnyTagClassName
{
color: #E753DB;
}
</style>
background-color css
<style>
a { background-color: #E753DB; }
a { background-color: rgb(231,83,219); }
div.DivClassName
{
background-color: #E753DB;
}
.BgClassName
{
background-color: #E753DB;
}
</style>
border-color css
<style>
span { border-color: #E753DB; }
span { border-color: rgb(231,83,219); }
td.TdClassName
{
border-color: #E753DB;
}
.TagClassName
{
border-color: #E753DB;
}
</style>