Html Css Color HEX #E254DF Free Speech Magenta
📋 copy color: '#E254DF'red 226 ◦ green 84 ◦ blue 223
Shades of Free Speech Magenta #E254DF
Tints of Free Speech Magenta #E254DF
RGB
CMYK
RGB Variations
Color information
#E254DF (or 0xE254DF) is known color: Free Speech Magenta. HEX triplet: E2, 54 and DF. RGB value is (226,84,223). Sum of RGB (Red+Green+Blue) = 226+84+223=533 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.40% from 533); Green value is 84 (33.20% from 255 or 15.76% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 226 - color contains mainly: red. Hex color #E254DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E254DF is #1DAB20. Grayscale: #8D8D8D. Windows color (decimal): -1944353 or 14636258. OLE color: 14636258.
HSL color Cylindrical-coordinate representation of color #E254DF: hue angle of 301.27º degrees, saturation: 0.71, 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 #E254DF is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 84 | 223 | - |
| CMYK | 0 | 0.63 | 0.01 | 0.11 |
| HSL | 301.27º | 0.71% | 0.61% | - |
| HSV(B) | 301.27º | 0.63% | 0.89% | - |
| XYZ | 47.85 | 27.84 | 72.66 | - |
| YUV | 142.3 | 173.54 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 84 | 223 | 0 | 0.63 | 0.01 | 0.11 | 301.27 | 0.71 | 0.61 |
| Hex | E2 | 54 | DF | 0 | 3F | 1 | B | 12D | 47 | 3D |
| Octal | 342 | 124 | 337 | 0 | 77 | 1 | 13 | 455 | 107 | 75 |
| Binary | 11100010 | 1010100 | 11011111 | 0 | 111111 | 1 | 1011 | 100101101 | 1000111 | 111101 |
Color Harmonies of #E254DF
Complementary color
Monochromatic Colors of #E254DF
Black with #E254DF
Text Example
Text Example
White with #E254DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E254DF; }
p { color: rgb(226,84,223); }
H1.HeaderClassName
{
color: #E254DF;
}
.AnyTagClassName
{
color: #E254DF;
}
</style>
background-color css
<style>
a { background-color: #E254DF; }
a { background-color: rgb(226,84,223); }
div.DivClassName
{
background-color: #E254DF;
}
.BgClassName
{
background-color: #E254DF;
}
</style>
border-color css
<style>
span { border-color: #E254DF; }
span { border-color: rgb(226,84,223); }
td.TdClassName
{
border-color: #E254DF;
}
.TagClassName
{
border-color: #E254DF;
}
</style>