Html Css Color HEX #E450D9 Free Speech Magenta
📋 copy color: '#E450D9'red 228 ◦ green 80 ◦ blue 217
Shades of Free Speech Magenta #E450D9
Tints of Free Speech Magenta #E450D9
RGB
CMYK
RGB Variations
Color information
#E450D9 (or 0xE450D9) is known color: Free Speech Magenta. HEX triplet: E4, 50 and D9. RGB value is (228,80,217). Sum of RGB (Red+Green+Blue) = 228+80+217=525 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.43% from 525); Green value is 80 (31.64% from 255 or 15.24% from 525); Blue value is 217 (85.16% from 255 or 41.33% from 525); Max value from RGB is 228 - color contains mainly: red. Hex color #E450D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E450D9 is #1BAF26. Grayscale: #8B8B8B. Windows color (decimal): -1814311 or 14242020. OLE color: 14242020.
HSL color Cylindrical-coordinate representation of color #E450D9: hue angle of 304.46º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E450D9 is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 80 | 217 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.11 |
| HSL | 304.46º | 0.73% | 0.6% | - |
| HSV(B) | 304.46º | 0.65% | 0.89% | - |
| XYZ | 47.39 | 27.24 | 68.41 | - |
| YUV | 139.87 | 171.53 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 80 | 217 | 0 | 0.65 | 0.05 | 0.11 | 304.46 | 0.73 | 0.6 |
| Hex | E4 | 50 | D9 | 0 | 41 | 5 | B | 130 | 49 | 3C |
| Octal | 344 | 120 | 331 | 0 | 101 | 5 | 13 | 460 | 111 | 74 |
| Binary | 11100100 | 1010000 | 11011001 | 0 | 1000001 | 101 | 1011 | 100110000 | 1001001 | 111100 |
Color Harmonies of #E450D9
Complementary color
Monochromatic Colors of #E450D9
Black with #E450D9
Text Example
Text Example
White with #E450D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E450D9; }
p { color: rgb(228,80,217); }
H1.HeaderClassName
{
color: #E450D9;
}
.AnyTagClassName
{
color: #E450D9;
}
</style>
background-color css
<style>
a { background-color: #E450D9; }
a { background-color: rgb(228,80,217); }
div.DivClassName
{
background-color: #E450D9;
}
.BgClassName
{
background-color: #E450D9;
}
</style>
border-color css
<style>
span { border-color: #E450D9; }
span { border-color: rgb(228,80,217); }
td.TdClassName
{
border-color: #E450D9;
}
.TagClassName
{
border-color: #E450D9;
}
</style>