Html Css Color HEX #E335DF Free Speech Magenta
📋 copy color: '#E335DF'red 227 ◦ green 53 ◦ blue 223
Shades of Free Speech Magenta #E335DF
Tints of Free Speech Magenta #E335DF
RGB
CMYK
RGB Variations
Color information
#E335DF (or 0xE335DF) is known color: Free Speech Magenta. HEX triplet: E3, 35 and DF. RGB value is (227,53,223). Sum of RGB (Red+Green+Blue) = 227+53+223=503 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.13% from 503); Green value is 53 (21.09% from 255 or 10.54% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 227 - color contains mainly: red. Hex color #E335DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E335DF is #1CCA20. Grayscale: #7B7B7B. Windows color (decimal): -1886753 or 14628323. OLE color: 14628323.
HSL color Cylindrical-coordinate representation of color #E335DF: hue angle of 301.38º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E335DF is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 53 | 223 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.11 |
| HSL | 301.38º | 0.76% | 0.55% | - |
| HSV(B) | 301.38º | 0.77% | 0.89% | - |
| XYZ | 46.27 | 24.2 | 72.05 | - |
| YUV | 124.41 | 183.65 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 53 | 223 | 0 | 0.77 | 0.02 | 0.11 | 301.38 | 0.76 | 0.55 |
| Hex | E3 | 35 | DF | 0 | 4D | 2 | B | 12D | 4C | 37 |
| Octal | 343 | 65 | 337 | 0 | 115 | 2 | 13 | 455 | 114 | 67 |
| Binary | 11100011 | 110101 | 11011111 | 0 | 1001101 | 10 | 1011 | 100101101 | 1001100 | 110111 |
Color Harmonies of #E335DF
Complementary color
Monochromatic Colors of #E335DF
Black with #E335DF
Text Example
Text Example
White with #E335DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E335DF; }
p { color: rgb(227,53,223); }
H1.HeaderClassName
{
color: #E335DF;
}
.AnyTagClassName
{
color: #E335DF;
}
</style>
background-color css
<style>
a { background-color: #E335DF; }
a { background-color: rgb(227,53,223); }
div.DivClassName
{
background-color: #E335DF;
}
.BgClassName
{
background-color: #E335DF;
}
</style>
border-color css
<style>
span { border-color: #E335DF; }
span { border-color: rgb(227,53,223); }
td.TdClassName
{
border-color: #E335DF;
}
.TagClassName
{
border-color: #E335DF;
}
</style>