Html Css Color HEX #E257E1 Free Speech Magenta
📋 copy color: '#E257E1'red 226 ◦ green 87 ◦ blue 225
Shades of Free Speech Magenta #E257E1
Tints of Free Speech Magenta #E257E1
RGB
CMYK
RGB Variations
Color information
#E257E1 (or 0xE257E1) is known color: Free Speech Magenta. HEX triplet: E2, 57 and E1. RGB value is (226,87,225). Sum of RGB (Red+Green+Blue) = 226+87+225=538 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.01% from 538); Green value is 87 (34.38% from 255 or 16.17% from 538); Blue value is 225 (88.28% from 255 or 41.82% from 538); Max value from RGB is 226 - color contains mainly: red. Hex color #E257E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E257E1 is #1DA81E. Grayscale: #8F8F8F. Windows color (decimal): -1943583 or 14768098. OLE color: 14768098.
HSL color Cylindrical-coordinate representation of color #E257E1: hue angle of 300.43º 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 #E257E1 is Cyan = 0, Magento = 0.62, Yellow = 0.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 87 | 225 | - |
| CMYK | 0 | 0.62 | 0.00 | 0.11 |
| HSL | 300.43º | 0.71% | 0.61% | - |
| HSV(B) | 300.43º | 0.62% | 0.89% | - |
| XYZ | 48.36 | 28.42 | 74.17 | - |
| YUV | 144.29 | 173.55 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 87 | 225 | 0 | 0.62 | 0.00 | 0.11 | 300.43 | 0.71 | 0.61 |
| Hex | E2 | 57 | E1 | 0 | 3E | 0 | B | 12C | 47 | 3D |
| Octal | 342 | 127 | 341 | 0 | 76 | 0 | 13 | 454 | 107 | 75 |
| Binary | 11100010 | 1010111 | 11100001 | 0 | 111110 | 0 | 1011 | 100101100 | 1000111 | 111101 |
Color Harmonies of #E257E1
Complementary color
Monochromatic Colors of #E257E1
Black with #E257E1
Text Example
Text Example
White with #E257E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E257E1; }
p { color: rgb(226,87,225); }
H1.HeaderClassName
{
color: #E257E1;
}
.AnyTagClassName
{
color: #E257E1;
}
</style>
background-color css
<style>
a { background-color: #E257E1; }
a { background-color: rgb(226,87,225); }
div.DivClassName
{
background-color: #E257E1;
}
.BgClassName
{
background-color: #E257E1;
}
</style>
border-color css
<style>
span { border-color: #E257E1; }
span { border-color: rgb(226,87,225); }
td.TdClassName
{
border-color: #E257E1;
}
.TagClassName
{
border-color: #E257E1;
}
</style>