Html Css Color HEX #E13BDF Free Speech Magenta
📋 copy color: '#E13BDF'red 225 ◦ green 59 ◦ blue 223
Shades of Free Speech Magenta #E13BDF
Tints of Free Speech Magenta #E13BDF
RGB
CMYK
RGB Variations
Color information
#E13BDF (or 0xE13BDF) is known color: Free Speech Magenta. HEX triplet: E1, 3B and DF. RGB value is (225,59,223). Sum of RGB (Red+Green+Blue) = 225+59+223=507 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.38% from 507); Green value is 59 (23.44% from 255 or 11.64% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 225 - color contains mainly: red. Hex color #E13BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13BDF is #1EC420. Grayscale: #7E7E7E. Windows color (decimal): -2016289 or 14629857. OLE color: 14629857.
HSL color Cylindrical-coordinate representation of color #E13BDF: hue angle of 300.72º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E13BDF is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 59 | 223 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.12 |
| HSL | 300.72º | 0.73% | 0.56% | - |
| HSV(B) | 300.72º | 0.74% | 0.88% | - |
| XYZ | 45.93 | 24.46 | 72.11 | - |
| YUV | 127.33 | 182 | 197.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 59 | 223 | 0 | 0.74 | 0.01 | 0.12 | 300.72 | 0.73 | 0.56 |
| Hex | E1 | 3B | DF | 0 | 4A | 1 | C | 12D | 49 | 38 |
| Octal | 341 | 73 | 337 | 0 | 112 | 1 | 14 | 455 | 111 | 70 |
| Binary | 11100001 | 111011 | 11011111 | 0 | 1001010 | 1 | 1100 | 100101101 | 1001001 | 111000 |
Color Harmonies of #E13BDF
Complementary color
Monochromatic Colors of #E13BDF
Black with #E13BDF
Text Example
Text Example
White with #E13BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13BDF; }
p { color: rgb(225,59,223); }
H1.HeaderClassName
{
color: #E13BDF;
}
.AnyTagClassName
{
color: #E13BDF;
}
</style>
background-color css
<style>
a { background-color: #E13BDF; }
a { background-color: rgb(225,59,223); }
div.DivClassName
{
background-color: #E13BDF;
}
.BgClassName
{
background-color: #E13BDF;
}
</style>
border-color css
<style>
span { border-color: #E13BDF; }
span { border-color: rgb(225,59,223); }
td.TdClassName
{
border-color: #E13BDF;
}
.TagClassName
{
border-color: #E13BDF;
}
</style>