Html Css Color HEX #E73BDF Free Speech Magenta
📋 copy color: '#E73BDF'red 231 ◦ green 59 ◦ blue 223
Shades of Free Speech Magenta #E73BDF
Tints of Free Speech Magenta #E73BDF
RGB
CMYK
RGB Variations
Color information
#E73BDF (or 0xE73BDF) is known color: Free Speech Magenta. HEX triplet: E7, 3B and DF. RGB value is (231,59,223). Sum of RGB (Red+Green+Blue) = 231+59+223=513 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.03% from 513); Green value is 59 (23.44% from 255 or 11.50% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 231 - color contains mainly: red. Hex color #E73BDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E73BDF is #18C420. Grayscale: #808080. Windows color (decimal): -1623073 or 14629863. OLE color: 14629863.
HSL color Cylindrical-coordinate representation of color #E73BDF: hue angle of 302.79º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E73BDF is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 59 | 223 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.09 |
| HSL | 302.79º | 0.78% | 0.57% | - |
| HSV(B) | 302.79º | 0.74% | 0.91% | - |
| XYZ | 47.84 | 25.44 | 72.2 | - |
| YUV | 129.12 | 180.98 | 200.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 59 | 223 | 0 | 0.74 | 0.03 | 0.09 | 302.79 | 0.78 | 0.57 |
| Hex | E7 | 3B | DF | 0 | 4A | 3 | 9 | 12F | 4E | 39 |
| Octal | 347 | 73 | 337 | 0 | 112 | 3 | 11 | 457 | 116 | 71 |
| Binary | 11100111 | 111011 | 11011111 | 0 | 1001010 | 11 | 1001 | 100101111 | 1001110 | 111001 |
Color Harmonies of #E73BDF
Complementary color
Monochromatic Colors of #E73BDF
Black with #E73BDF
Text Example
Text Example
White with #E73BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73BDF; }
p { color: rgb(231,59,223); }
H1.HeaderClassName
{
color: #E73BDF;
}
.AnyTagClassName
{
color: #E73BDF;
}
</style>
background-color css
<style>
a { background-color: #E73BDF; }
a { background-color: rgb(231,59,223); }
div.DivClassName
{
background-color: #E73BDF;
}
.BgClassName
{
background-color: #E73BDF;
}
</style>
border-color css
<style>
span { border-color: #E73BDF; }
span { border-color: rgb(231,59,223); }
td.TdClassName
{
border-color: #E73BDF;
}
.TagClassName
{
border-color: #E73BDF;
}
</style>