Html Css Color HEX #E35FDF Free Speech Magenta
📋 copy color: '#E35FDF'red 227 ◦ green 95 ◦ blue 223
Shades of Free Speech Magenta #E35FDF
Tints of Free Speech Magenta #E35FDF
RGB
CMYK
RGB Variations
Color information
#E35FDF (or 0xE35FDF) is known color: Free Speech Magenta. HEX triplet: E3, 5F and DF. RGB value is (227,95,223). Sum of RGB (Red+Green+Blue) = 227+95+223=545 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.65% from 545); Green value is 95 (37.5% from 255 or 17.43% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 227 - color contains mainly: red. Hex color #E35FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35FDF is #1CA020. Grayscale: #949494. Windows color (decimal): -1876001 or 14639075. OLE color: 14639075.
HSL color Cylindrical-coordinate representation of color #E35FDF: hue angle of 301.82º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E35FDF is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 95 | 223 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.11 |
| HSL | 301.82º | 0.7% | 0.63% | - |
| HSV(B) | 301.82º | 0.58% | 0.89% | - |
| XYZ | 49.09 | 29.84 | 72.98 | - |
| YUV | 149.06 | 169.73 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 95 | 223 | 0 | 0.58 | 0.02 | 0.11 | 301.82 | 0.7 | 0.63 |
| Hex | E3 | 5F | DF | 0 | 3A | 2 | B | 12E | 46 | 3F |
| Octal | 343 | 137 | 337 | 0 | 72 | 2 | 13 | 456 | 106 | 77 |
| Binary | 11100011 | 1011111 | 11011111 | 0 | 111010 | 10 | 1011 | 100101110 | 1000110 | 111111 |
Color Harmonies of #E35FDF
Complementary color
Monochromatic Colors of #E35FDF
Black with #E35FDF
Text Example
Text Example
White with #E35FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35FDF; }
p { color: rgb(227,95,223); }
H1.HeaderClassName
{
color: #E35FDF;
}
.AnyTagClassName
{
color: #E35FDF;
}
</style>
background-color css
<style>
a { background-color: #E35FDF; }
a { background-color: rgb(227,95,223); }
div.DivClassName
{
background-color: #E35FDF;
}
.BgClassName
{
background-color: #E35FDF;
}
</style>
border-color css
<style>
span { border-color: #E35FDF; }
span { border-color: rgb(227,95,223); }
td.TdClassName
{
border-color: #E35FDF;
}
.TagClassName
{
border-color: #E35FDF;
}
</style>