Html Css Color HEX #E73DDF Free Speech Magenta
📋 copy color: '#E73DDF'red 231 ◦ green 61 ◦ blue 223
Shades of Free Speech Magenta #E73DDF
Tints of Free Speech Magenta #E73DDF
RGB
CMYK
RGB Variations
Color information
#E73DDF (or 0xE73DDF) is known color: Free Speech Magenta. HEX triplet: E7, 3D and DF. RGB value is (231,61,223). Sum of RGB (Red+Green+Blue) = 231+61+223=515 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.85% from 515); Green value is 61 (24.22% from 255 or 11.84% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 231 - color contains mainly: red. Hex color #E73DDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E73DDF is #18C220. Grayscale: #818181. Windows color (decimal): -1622561 or 14630375. OLE color: 14630375.
HSL color Cylindrical-coordinate representation of color #E73DDF: hue angle of 302.82º 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 #E73DDF is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 61 | 223 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.09 |
| HSL | 302.82º | 0.78% | 0.57% | - |
| HSV(B) | 302.82º | 0.74% | 0.91% | - |
| XYZ | 47.94 | 25.65 | 72.24 | - |
| YUV | 130.3 | 180.32 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 61 | 223 | 0 | 0.74 | 0.03 | 0.09 | 302.82 | 0.78 | 0.57 |
| Hex | E7 | 3D | DF | 0 | 4A | 3 | 9 | 12F | 4E | 39 |
| Octal | 347 | 75 | 337 | 0 | 112 | 3 | 11 | 457 | 116 | 71 |
| Binary | 11100111 | 111101 | 11011111 | 0 | 1001010 | 11 | 1001 | 100101111 | 1001110 | 111001 |
Color Harmonies of #E73DDF
Complementary color
Monochromatic Colors of #E73DDF
Black with #E73DDF
Text Example
Text Example
White with #E73DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73DDF; }
p { color: rgb(231,61,223); }
H1.HeaderClassName
{
color: #E73DDF;
}
.AnyTagClassName
{
color: #E73DDF;
}
</style>
background-color css
<style>
a { background-color: #E73DDF; }
a { background-color: rgb(231,61,223); }
div.DivClassName
{
background-color: #E73DDF;
}
.BgClassName
{
background-color: #E73DDF;
}
</style>
border-color css
<style>
span { border-color: #E73DDF; }
span { border-color: rgb(231,61,223); }
td.TdClassName
{
border-color: #E73DDF;
}
.TagClassName
{
border-color: #E73DDF;
}
</style>