Html Css Color HEX #E253E9 Free Speech Magenta
📋 copy color: '#E253E9'red 226 ◦ green 83 ◦ blue 233
Shades of Free Speech Magenta #E253E9
Tints of Free Speech Magenta #E253E9
RGB
CMYK
RGB Variations
Color information
#E253E9 (or 0xE253E9) is known color: Free Speech Magenta. HEX triplet: E2, 53 and E9. RGB value is (226,83,233). Sum of RGB (Red+Green+Blue) = 226+83+233=542 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.70% from 542); Green value is 83 (32.81% from 255 or 15.31% from 542); Blue value is 233 (91.41% from 255 or 42.99% from 542); Max value from RGB is 233 - color contains mainly: blue. Hex color #E253E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E253E9 is #1DAC16. Grayscale: #8E8E8E. Windows color (decimal): -1944599 or 15291362. OLE color: 15291362.
HSL color Cylindrical-coordinate representation of color #E253E9: hue angle of 297.2º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E253E9 is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 83 | 233 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.09 |
| HSL | 297.2º | 0.77% | 0.62% | - |
| HSV(B) | 297.2º | 0.64% | 0.91% | - |
| XYZ | 49.17 | 28.24 | 79.95 | - |
| YUV | 142.86 | 178.88 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 83 | 233 | 0.03 | 0.64 | 0 | 0.09 | 297.2 | 0.77 | 0.62 |
| Hex | E2 | 53 | E9 | 3 | 40 | 0 | 9 | 129 | 4D | 3E |
| Octal | 342 | 123 | 351 | 3 | 100 | 0 | 11 | 451 | 115 | 76 |
| Binary | 11100010 | 1010011 | 11101001 | 11 | 1000000 | 0 | 1001 | 100101001 | 1001101 | 111110 |
Color Harmonies of #E253E9
Complementary color
Monochromatic Colors of #E253E9
Black with #E253E9
Text Example
Text Example
White with #E253E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E253E9; }
p { color: rgb(226,83,233); }
H1.HeaderClassName
{
color: #E253E9;
}
.AnyTagClassName
{
color: #E253E9;
}
</style>
background-color css
<style>
a { background-color: #E253E9; }
a { background-color: rgb(226,83,233); }
div.DivClassName
{
background-color: #E253E9;
}
.BgClassName
{
background-color: #E253E9;
}
</style>
border-color css
<style>
span { border-color: #E253E9; }
span { border-color: rgb(226,83,233); }
td.TdClassName
{
border-color: #E253E9;
}
.TagClassName
{
border-color: #E253E9;
}
</style>