Html Css Color HEX #E13FDD Free Speech Magenta
📋 copy color: '#E13FDD'red 225 ◦ green 63 ◦ blue 221
Shades of Free Speech Magenta #E13FDD
Tints of Free Speech Magenta #E13FDD
RGB
CMYK
RGB Variations
Color information
#E13FDD (or 0xE13FDD) is known color: Free Speech Magenta. HEX triplet: E1, 3F and DD. RGB value is (225,63,221). Sum of RGB (Red+Green+Blue) = 225+63+221=509 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.20% from 509); Green value is 63 (25% from 255 or 12.38% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 225 - color contains mainly: red. Hex color #E13FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13FDD is #1EC022. Grayscale: #808080. Windows color (decimal): -2015267 or 14499809. OLE color: 14499809.
HSL color Cylindrical-coordinate representation of color #E13FDD: hue angle of 301.48º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E13FDD is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 63 | 221 | - |
| CMYK | 0 | 0.72 | 0.02 | 0.12 |
| HSL | 301.48º | 0.73% | 0.56% | - |
| HSV(B) | 301.48º | 0.72% | 0.88% | - |
| XYZ | 45.88 | 24.78 | 70.77 | - |
| YUV | 129.45 | 179.67 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 63 | 221 | 0 | 0.72 | 0.02 | 0.12 | 301.48 | 0.73 | 0.56 |
| Hex | E1 | 3F | DD | 0 | 48 | 2 | C | 12D | 49 | 38 |
| Octal | 341 | 77 | 335 | 0 | 110 | 2 | 14 | 455 | 111 | 70 |
| Binary | 11100001 | 111111 | 11011101 | 0 | 1001000 | 10 | 1100 | 100101101 | 1001001 | 111000 |
Color Harmonies of #E13FDD
Complementary color
Monochromatic Colors of #E13FDD
Black with #E13FDD
Text Example
Text Example
White with #E13FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13FDD; }
p { color: rgb(225,63,221); }
H1.HeaderClassName
{
color: #E13FDD;
}
.AnyTagClassName
{
color: #E13FDD;
}
</style>
background-color css
<style>
a { background-color: #E13FDD; }
a { background-color: rgb(225,63,221); }
div.DivClassName
{
background-color: #E13FDD;
}
.BgClassName
{
background-color: #E13FDD;
}
</style>
border-color css
<style>
span { border-color: #E13FDD; }
span { border-color: rgb(225,63,221); }
td.TdClassName
{
border-color: #E13FDD;
}
.TagClassName
{
border-color: #E13FDD;
}
</style>