Html Css Color HEX #E454D0 Free Speech Magenta
📋 copy color: '#E454D0'red 228 ◦ green 84 ◦ blue 208
Shades of Free Speech Magenta #E454D0
Tints of Free Speech Magenta #E454D0
RGB
CMYK
RGB Variations
Color information
#E454D0 (or 0xE454D0) is known color: Free Speech Magenta. HEX triplet: E4, 54 and D0. RGB value is (228,84,208). Sum of RGB (Red+Green+Blue) = 228+84+208=520 (68% of max value = 765). Red value is 228 (89.45% from 255 or 43.85% from 520); Green value is 84 (33.20% from 255 or 16.15% from 520); Blue value is 208 (81.64% from 255 or 40% from 520); Max value from RGB is 228 - color contains mainly: red. Hex color #E454D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E454D0 is #1BAB2F. Grayscale: #8C8C8C. Windows color (decimal): -1813296 or 13653220. OLE color: 13653220.
HSL color Cylindrical-coordinate representation of color #E454D0: hue angle of 308.33º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E454D0 is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 84 | 208 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.11 |
| HSL | 308.33º | 0.73% | 0.61% | - |
| HSV(B) | 308.33º | 0.63% | 0.89% | - |
| XYZ | 46.55 | 27.39 | 62.51 | - |
| YUV | 141.19 | 165.71 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 84 | 208 | 0 | 0.63 | 0.09 | 0.11 | 308.33 | 0.73 | 0.61 |
| Hex | E4 | 54 | D0 | 0 | 3F | 9 | B | 134 | 49 | 3D |
| Octal | 344 | 124 | 320 | 0 | 77 | 11 | 13 | 464 | 111 | 75 |
| Binary | 11100100 | 1010100 | 11010000 | 0 | 111111 | 1001 | 1011 | 100110100 | 1001001 | 111101 |
Color Harmonies of #E454D0
Complementary color
Monochromatic Colors of #E454D0
Black with #E454D0
Text Example
Text Example
White with #E454D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E454D0; }
p { color: rgb(228,84,208); }
H1.HeaderClassName
{
color: #E454D0;
}
.AnyTagClassName
{
color: #E454D0;
}
</style>
background-color css
<style>
a { background-color: #E454D0; }
a { background-color: rgb(228,84,208); }
div.DivClassName
{
background-color: #E454D0;
}
.BgClassName
{
background-color: #E454D0;
}
</style>
border-color css
<style>
span { border-color: #E454D0; }
span { border-color: rgb(228,84,208); }
td.TdClassName
{
border-color: #E454D0;
}
.TagClassName
{
border-color: #E454D0;
}
</style>