Html Css Color HEX #E337DF Free Speech Magenta
📋 copy color: '#E337DF'red 227 ◦ green 55 ◦ blue 223
Shades of Free Speech Magenta #E337DF
Tints of Free Speech Magenta #E337DF
RGB
CMYK
RGB Variations
Color information
#E337DF (or 0xE337DF) is known color: Free Speech Magenta. HEX triplet: E3, 37 and DF. RGB value is (227,55,223). Sum of RGB (Red+Green+Blue) = 227+55+223=505 (66% of max value = 765). Red value is 227 (89.06% from 255 or 44.95% from 505); Green value is 55 (21.88% from 255 or 10.89% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 227 - color contains mainly: red. Hex color #E337DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E337DF is #1CC820. Grayscale: #7D7D7D. Windows color (decimal): -1886241 or 14628835. OLE color: 14628835.
HSL color Cylindrical-coordinate representation of color #E337DF: hue angle of 301.4º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E337DF is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 55 | 223 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.11 |
| HSL | 301.4º | 0.75% | 0.55% | - |
| HSV(B) | 301.4º | 0.76% | 0.89% | - |
| XYZ | 46.36 | 24.39 | 72.08 | - |
| YUV | 125.58 | 182.98 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 55 | 223 | 0 | 0.76 | 0.02 | 0.11 | 301.4 | 0.75 | 0.55 |
| Hex | E3 | 37 | DF | 0 | 4C | 2 | B | 12D | 4B | 37 |
| Octal | 343 | 67 | 337 | 0 | 114 | 2 | 13 | 455 | 113 | 67 |
| Binary | 11100011 | 110111 | 11011111 | 0 | 1001100 | 10 | 1011 | 100101101 | 1001011 | 110111 |
Color Harmonies of #E337DF
Complementary color
Monochromatic Colors of #E337DF
Black with #E337DF
Text Example
Text Example
White with #E337DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E337DF; }
p { color: rgb(227,55,223); }
H1.HeaderClassName
{
color: #E337DF;
}
.AnyTagClassName
{
color: #E337DF;
}
</style>
background-color css
<style>
a { background-color: #E337DF; }
a { background-color: rgb(227,55,223); }
div.DivClassName
{
background-color: #E337DF;
}
.BgClassName
{
background-color: #E337DF;
}
</style>
border-color css
<style>
span { border-color: #E337DF; }
span { border-color: rgb(227,55,223); }
td.TdClassName
{
border-color: #E337DF;
}
.TagClassName
{
border-color: #E337DF;
}
</style>