Html Css Color HEX #E455D8 Free Speech Magenta
📋 copy color: '#E455D8'red 228 ◦ green 85 ◦ blue 216
Shades of Free Speech Magenta #E455D8
Tints of Free Speech Magenta #E455D8
RGB
CMYK
RGB Variations
Color information
#E455D8 (or 0xE455D8) is known color: Free Speech Magenta. HEX triplet: E4, 55 and D8. RGB value is (228,85,216). Sum of RGB (Red+Green+Blue) = 228+85+216=529 (70% of max value = 765). Red value is 228 (89.45% from 255 or 43.10% from 529); Green value is 85 (33.59% from 255 or 16.07% from 529); Blue value is 216 (84.77% from 255 or 40.83% from 529); Max value from RGB is 228 - color contains mainly: red. Hex color #E455D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E455D8 is #1BAA27. Grayscale: #8E8E8E. Windows color (decimal): -1813032 or 14177764. OLE color: 14177764.
HSL color Cylindrical-coordinate representation of color #E455D8: hue angle of 305.03º 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 #E455D8 is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 85 | 216 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.11 |
| HSL | 305.04º | 0.73% | 0.61% | - |
| HSV(B) | 305.04º | 0.63% | 0.89% | - |
| XYZ | 47.64 | 27.95 | 67.85 | - |
| YUV | 142.69 | 169.38 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 85 | 216 | 0 | 0.63 | 0.05 | 0.11 | 305.04 | 0.73 | 0.61 |
| Hex | E4 | 55 | D8 | 0 | 3F | 5 | B | 131 | 49 | 3D |
| Octal | 344 | 125 | 330 | 0 | 77 | 5 | 13 | 461 | 111 | 75 |
| Binary | 11100100 | 1010101 | 11011000 | 0 | 111111 | 101 | 1011 | 100110001 | 1001001 | 111101 |
Color Harmonies of #E455D8
Complementary color
Monochromatic Colors of #E455D8
Black with #E455D8
Text Example
Text Example
White with #E455D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E455D8; }
p { color: rgb(228,85,216); }
H1.HeaderClassName
{
color: #E455D8;
}
.AnyTagClassName
{
color: #E455D8;
}
</style>
background-color css
<style>
a { background-color: #E455D8; }
a { background-color: rgb(228,85,216); }
div.DivClassName
{
background-color: #E455D8;
}
.BgClassName
{
background-color: #E455D8;
}
</style>
border-color css
<style>
span { border-color: #E455D8; }
span { border-color: rgb(228,85,216); }
td.TdClassName
{
border-color: #E455D8;
}
.TagClassName
{
border-color: #E455D8;
}
</style>