Html Css Color HEX #E753D9 Free Speech Magenta
📋 copy color: '#E753D9'red 231 ◦ green 83 ◦ blue 217
Shades of Free Speech Magenta #E753D9
Tints of Free Speech Magenta #E753D9
RGB
CMYK
RGB Variations
Color information
#E753D9 (or 0xE753D9) is known color: Free Speech Magenta. HEX triplet: E7, 53 and D9. RGB value is (231,83,217). Sum of RGB (Red+Green+Blue) = 231+83+217=531 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.50% from 531); Green value is 83 (32.81% from 255 or 15.63% from 531); Blue value is 217 (85.16% from 255 or 40.87% from 531); Max value from RGB is 231 - color contains mainly: red. Hex color #E753D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E753D9 is #18AC26. Grayscale: #8E8E8E. Windows color (decimal): -1616935 or 14242791. OLE color: 14242791.
HSL color Cylindrical-coordinate representation of color #E753D9: hue angle of 305.68º 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 #E753D9 is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 83 | 217 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.09 |
| HSL | 305.68º | 0.76% | 0.62% | - |
| HSV(B) | 305.68º | 0.64% | 0.91% | - |
| XYZ | 48.57 | 28.19 | 68.53 | - |
| YUV | 142.53 | 170.03 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 83 | 217 | 0 | 0.64 | 0.06 | 0.09 | 305.68 | 0.76 | 0.62 |
| Hex | E7 | 53 | D9 | 0 | 40 | 6 | 9 | 132 | 4C | 3E |
| Octal | 347 | 123 | 331 | 0 | 100 | 6 | 11 | 462 | 114 | 76 |
| Binary | 11100111 | 1010011 | 11011001 | 0 | 1000000 | 110 | 1001 | 100110010 | 1001100 | 111110 |
Color Harmonies of #E753D9
Complementary color
Monochromatic Colors of #E753D9
Black with #E753D9
Text Example
Text Example
White with #E753D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E753D9; }
p { color: rgb(231,83,217); }
H1.HeaderClassName
{
color: #E753D9;
}
.AnyTagClassName
{
color: #E753D9;
}
</style>
background-color css
<style>
a { background-color: #E753D9; }
a { background-color: rgb(231,83,217); }
div.DivClassName
{
background-color: #E753D9;
}
.BgClassName
{
background-color: #E753D9;
}
</style>
border-color css
<style>
span { border-color: #E753D9; }
span { border-color: rgb(231,83,217); }
td.TdClassName
{
border-color: #E753D9;
}
.TagClassName
{
border-color: #E753D9;
}
</style>