Html Css Color HEX #E253DF Free Speech Magenta
📋 copy color: '#E253DF'red 226 ◦ green 83 ◦ blue 223
Shades of Free Speech Magenta #E253DF
Tints of Free Speech Magenta #E253DF
RGB
CMYK
RGB Variations
Color information
#E253DF (or 0xE253DF) is known color: Free Speech Magenta. HEX triplet: E2, 53 and DF. RGB value is (226,83,223). Sum of RGB (Red+Green+Blue) = 226+83+223=532 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.48% from 532); Green value is 83 (32.81% from 255 or 15.60% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 226 - color contains mainly: red. Hex color #E253DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E253DF is #1DAC20. Grayscale: #8D8D8D. Windows color (decimal): -1944609 or 14636002. OLE color: 14636002.
HSL color Cylindrical-coordinate representation of color #E253DF: hue angle of 301.26º 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 #E253DF is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 83 | 223 | - |
| CMYK | 0 | 0.63 | 0.01 | 0.11 |
| HSL | 301.26º | 0.71% | 0.61% | - |
| HSV(B) | 301.26º | 0.63% | 0.89% | - |
| XYZ | 47.78 | 27.68 | 72.64 | - |
| YUV | 141.72 | 173.88 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 83 | 223 | 0 | 0.63 | 0.01 | 0.11 | 301.26 | 0.71 | 0.61 |
| Hex | E2 | 53 | DF | 0 | 3F | 1 | B | 12D | 47 | 3D |
| Octal | 342 | 123 | 337 | 0 | 77 | 1 | 13 | 455 | 107 | 75 |
| Binary | 11100010 | 1010011 | 11011111 | 0 | 111111 | 1 | 1011 | 100101101 | 1000111 | 111101 |
Color Harmonies of #E253DF
Complementary color
Monochromatic Colors of #E253DF
Black with #E253DF
Text Example
Text Example
White with #E253DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E253DF; }
p { color: rgb(226,83,223); }
H1.HeaderClassName
{
color: #E253DF;
}
.AnyTagClassName
{
color: #E253DF;
}
</style>
background-color css
<style>
a { background-color: #E253DF; }
a { background-color: rgb(226,83,223); }
div.DivClassName
{
background-color: #E253DF;
}
.BgClassName
{
background-color: #E253DF;
}
</style>
border-color css
<style>
span { border-color: #E253DF; }
span { border-color: rgb(226,83,223); }
td.TdClassName
{
border-color: #E253DF;
}
.TagClassName
{
border-color: #E253DF;
}
</style>