Html Css Color HEX #E253EF Free Speech Magenta
📋 copy color: '#E253EF'red 226 ◦ green 83 ◦ blue 239
Shades of Free Speech Magenta #E253EF
Tints of Free Speech Magenta #E253EF
RGB
CMYK
RGB Variations
Color information
#E253EF (or 0xE253EF) is known color: Free Speech Magenta. HEX triplet: E2, 53 and EF. RGB value is (226,83,239). Sum of RGB (Red+Green+Blue) = 226+83+239=548 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.24% from 548); Green value is 83 (32.81% from 255 or 15.15% from 548); Blue value is 239 (93.75% from 255 or 43.61% from 548); Max value from RGB is 239 - color contains mainly: blue. Hex color #E253EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E253EF is #1DAC10. Grayscale: #8F8F8F. Windows color (decimal): -1944593 or 15684578. OLE color: 15684578.
HSL color Cylindrical-coordinate representation of color #E253EF: hue angle of 295º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E253EF is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 83 | 239 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.06 |
| HSL | 295º | 0.83% | 0.63% | - |
| HSV(B) | 295º | 0.65% | 0.94% | - |
| XYZ | 50.04 | 28.59 | 84.54 | - |
| YUV | 143.54 | 181.88 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 83 | 239 | 0.05 | 0.65 | 0 | 0.06 | 295 | 0.83 | 0.63 |
| Hex | E2 | 53 | EF | 5 | 41 | 0 | 6 | 127 | 53 | 3F |
| Octal | 342 | 123 | 357 | 5 | 101 | 0 | 6 | 447 | 123 | 77 |
| Binary | 11100010 | 1010011 | 11101111 | 101 | 1000001 | 0 | 110 | 100100111 | 1010011 | 111111 |
Color Harmonies of #E253EF
Complementary color
Monochromatic Colors of #E253EF
Black with #E253EF
Text Example
Text Example
White with #E253EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E253EF; }
p { color: rgb(226,83,239); }
H1.HeaderClassName
{
color: #E253EF;
}
.AnyTagClassName
{
color: #E253EF;
}
</style>
background-color css
<style>
a { background-color: #E253EF; }
a { background-color: rgb(226,83,239); }
div.DivClassName
{
background-color: #E253EF;
}
.BgClassName
{
background-color: #E253EF;
}
</style>
border-color css
<style>
span { border-color: #E253EF; }
span { border-color: rgb(226,83,239); }
td.TdClassName
{
border-color: #E253EF;
}
.TagClassName
{
border-color: #E253EF;
}
</style>