Html Css Color HEX #E13ADD Free Speech Magenta
📋 copy color: '#E13ADD'red 225 ◦ green 58 ◦ blue 221
Shades of Free Speech Magenta #E13ADD
Tints of Free Speech Magenta #E13ADD
RGB
CMYK
RGB Variations
Color information
#E13ADD (or 0xE13ADD) is known color: Free Speech Magenta. HEX triplet: E1, 3A and DD. RGB value is (225,58,221). Sum of RGB (Red+Green+Blue) = 225+58+221=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 58 (23.05% from 255 or 11.51% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 225 - color contains mainly: red. Hex color #E13ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13ADD is #1EC522. Grayscale: #7E7E7E. Windows color (decimal): -2016547 or 14498529. OLE color: 14498529.
HSL color Cylindrical-coordinate representation of color #E13ADD: hue angle of 301.44º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E13ADD is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 58 | 221 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.12 |
| HSL | 301.44º | 0.74% | 0.55% | - |
| HSV(B) | 301.44º | 0.74% | 0.88% | - |
| XYZ | 45.62 | 24.25 | 70.68 | - |
| YUV | 126.52 | 181.33 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 58 | 221 | 0 | 0.74 | 0.02 | 0.12 | 301.44 | 0.74 | 0.55 |
| Hex | E1 | 3A | DD | 0 | 4A | 2 | C | 12D | 4A | 37 |
| Octal | 341 | 72 | 335 | 0 | 112 | 2 | 14 | 455 | 112 | 67 |
| Binary | 11100001 | 111010 | 11011101 | 0 | 1001010 | 10 | 1100 | 100101101 | 1001010 | 110111 |
Color Harmonies of #E13ADD
Complementary color
Monochromatic Colors of #E13ADD
Black with #E13ADD
Text Example
Text Example
White with #E13ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13ADD; }
p { color: rgb(225,58,221); }
H1.HeaderClassName
{
color: #E13ADD;
}
.AnyTagClassName
{
color: #E13ADD;
}
</style>
background-color css
<style>
a { background-color: #E13ADD; }
a { background-color: rgb(225,58,221); }
div.DivClassName
{
background-color: #E13ADD;
}
.BgClassName
{
background-color: #E13ADD;
}
</style>
border-color css
<style>
span { border-color: #E13ADD; }
span { border-color: rgb(225,58,221); }
td.TdClassName
{
border-color: #E13ADD;
}
.TagClassName
{
border-color: #E13ADD;
}
</style>