Html Css Color HEX #E257DF Free Speech Magenta
📋 copy color: '#E257DF'red 226 ◦ green 87 ◦ blue 223
Shades of Free Speech Magenta #E257DF
Tints of Free Speech Magenta #E257DF
RGB
CMYK
RGB Variations
Color information
#E257DF (or 0xE257DF) is known color: Free Speech Magenta. HEX triplet: E2, 57 and DF. RGB value is (226,87,223). Sum of RGB (Red+Green+Blue) = 226+87+223=536 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.16% from 536); Green value is 87 (34.38% from 255 or 16.23% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 226 - color contains mainly: red. Hex color #E257DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E257DF is #1DA820. Grayscale: #8F8F8F. Windows color (decimal): -1943585 or 14637026. OLE color: 14637026.
HSL color Cylindrical-coordinate representation of color #E257DF: hue angle of 301.29º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E257DF is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 87 | 223 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.11 |
| HSL | 301.3º | 0.71% | 0.61% | - |
| HSV(B) | 301.3º | 0.62% | 0.89% | - |
| XYZ | 48.09 | 28.31 | 72.74 | - |
| YUV | 144.07 | 172.55 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 87 | 223 | 0 | 0.62 | 0.01 | 0.11 | 301.3 | 0.71 | 0.61 |
| Hex | E2 | 57 | DF | 0 | 3E | 1 | B | 12D | 47 | 3D |
| Octal | 342 | 127 | 337 | 0 | 76 | 1 | 13 | 455 | 107 | 75 |
| Binary | 11100010 | 1010111 | 11011111 | 0 | 111110 | 1 | 1011 | 100101101 | 1000111 | 111101 |
Color Harmonies of #E257DF
Complementary color
Monochromatic Colors of #E257DF
Black with #E257DF
Text Example
Text Example
White with #E257DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E257DF; }
p { color: rgb(226,87,223); }
H1.HeaderClassName
{
color: #E257DF;
}
.AnyTagClassName
{
color: #E257DF;
}
</style>
background-color css
<style>
a { background-color: #E257DF; }
a { background-color: rgb(226,87,223); }
div.DivClassName
{
background-color: #E257DF;
}
.BgClassName
{
background-color: #E257DF;
}
</style>
border-color css
<style>
span { border-color: #E257DF; }
span { border-color: rgb(226,87,223); }
td.TdClassName
{
border-color: #E257DF;
}
.TagClassName
{
border-color: #E257DF;
}
</style>