Html Css Color HEX #E135DF Free Speech Magenta
📋 copy color: '#E135DF'red 225 ◦ green 53 ◦ blue 223
Shades of Free Speech Magenta #E135DF
Tints of Free Speech Magenta #E135DF
RGB
CMYK
RGB Variations
Color information
#E135DF (or 0xE135DF) is known color: Free Speech Magenta. HEX triplet: E1, 35 and DF. RGB value is (225,53,223). Sum of RGB (Red+Green+Blue) = 225+53+223=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 53 (21.09% from 255 or 10.58% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 225 - color contains mainly: red. Hex color #E135DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E135DF is #1ECA20. Grayscale: #7B7B7B. Windows color (decimal): -2017825 or 14628321. OLE color: 14628321.
HSL color Cylindrical-coordinate representation of color #E135DF: hue angle of 300.7º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E135DF is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 53 | 223 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.12 |
| HSL | 300.7º | 0.74% | 0.55% | - |
| HSV(B) | 300.7º | 0.76% | 0.88% | - |
| XYZ | 45.64 | 23.88 | 72.02 | - |
| YUV | 123.81 | 183.98 | 200.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 53 | 223 | 0 | 0.76 | 0.01 | 0.12 | 300.7 | 0.74 | 0.55 |
| Hex | E1 | 35 | DF | 0 | 4C | 1 | C | 12D | 4A | 37 |
| Octal | 341 | 65 | 337 | 0 | 114 | 1 | 14 | 455 | 112 | 67 |
| Binary | 11100001 | 110101 | 11011111 | 0 | 1001100 | 1 | 1100 | 100101101 | 1001010 | 110111 |
Color Harmonies of #E135DF
Complementary color
Monochromatic Colors of #E135DF
Black with #E135DF
Text Example
Text Example
White with #E135DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E135DF; }
p { color: rgb(225,53,223); }
H1.HeaderClassName
{
color: #E135DF;
}
.AnyTagClassName
{
color: #E135DF;
}
</style>
background-color css
<style>
a { background-color: #E135DF; }
a { background-color: rgb(225,53,223); }
div.DivClassName
{
background-color: #E135DF;
}
.BgClassName
{
background-color: #E135DF;
}
</style>
border-color css
<style>
span { border-color: #E135DF; }
span { border-color: rgb(225,53,223); }
td.TdClassName
{
border-color: #E135DF;
}
.TagClassName
{
border-color: #E135DF;
}
</style>