Html Css Color HEX #E455DF Free Speech Magenta
📋 copy color: '#E455DF'red 228 ◦ green 85 ◦ blue 223
Shades of Free Speech Magenta #E455DF
Tints of Free Speech Magenta #E455DF
RGB
CMYK
RGB Variations
Color information
#E455DF (or 0xE455DF) is known color: Free Speech Magenta. HEX triplet: E4, 55 and DF. RGB value is (228,85,223). Sum of RGB (Red+Green+Blue) = 228+85+223=536 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.54% from 536); Green value is 85 (33.59% from 255 or 15.86% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 228 - color contains mainly: red. Hex color #E455DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E455DF is #1BAA20. Grayscale: #8F8F8F. Windows color (decimal): -1813025 or 14636516. OLE color: 14636516.
HSL color Cylindrical-coordinate representation of color #E455DF: hue angle of 302.1º 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 #E455DF is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 85 | 223 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.11 |
| HSL | 302.1º | 0.73% | 0.61% | - |
| HSV(B) | 302.1º | 0.63% | 0.89% | - |
| XYZ | 48.56 | 28.32 | 72.72 | - |
| YUV | 143.49 | 172.88 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 85 | 223 | 0 | 0.63 | 0.02 | 0.11 | 302.1 | 0.73 | 0.61 |
| Hex | E4 | 55 | DF | 0 | 3F | 2 | B | 12E | 49 | 3D |
| Octal | 344 | 125 | 337 | 0 | 77 | 2 | 13 | 456 | 111 | 75 |
| Binary | 11100100 | 1010101 | 11011111 | 0 | 111111 | 10 | 1011 | 100101110 | 1001001 | 111101 |
Color Harmonies of #E455DF
Complementary color
Monochromatic Colors of #E455DF
Black with #E455DF
Text Example
Text Example
White with #E455DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E455DF; }
p { color: rgb(228,85,223); }
H1.HeaderClassName
{
color: #E455DF;
}
.AnyTagClassName
{
color: #E455DF;
}
</style>
background-color css
<style>
a { background-color: #E455DF; }
a { background-color: rgb(228,85,223); }
div.DivClassName
{
background-color: #E455DF;
}
.BgClassName
{
background-color: #E455DF;
}
</style>
border-color css
<style>
span { border-color: #E455DF; }
span { border-color: rgb(228,85,223); }
td.TdClassName
{
border-color: #E455DF;
}
.TagClassName
{
border-color: #E455DF;
}
</style>