Html Css Color HEX #E257D0 Free Speech Magenta
📋 copy color: '#E257D0'red 226 ◦ green 87 ◦ blue 208
Shades of Free Speech Magenta #E257D0
Tints of Free Speech Magenta #E257D0
RGB
CMYK
RGB Variations
Color information
#E257D0 (or 0xE257D0) is known color: Free Speech Magenta. HEX triplet: E2, 57 and D0. RGB value is (226,87,208). Sum of RGB (Red+Green+Blue) = 226+87+208=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 87 (34.38% from 255 or 16.70% from 521); Blue value is 208 (81.64% from 255 or 39.92% from 521); Max value from RGB is 226 - color contains mainly: red. Hex color #E257D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E257D0 is #1DA82F. Grayscale: #8E8E8E. Windows color (decimal): -1943600 or 13653986. OLE color: 13653986.
HSL color Cylindrical-coordinate representation of color #E257D0: hue angle of 307.77º 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 #E257D0 is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 87 | 208 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.11 |
| HSL | 307.77º | 0.71% | 0.61% | - |
| HSV(B) | 307.77º | 0.62% | 0.89% | - |
| XYZ | 46.16 | 27.54 | 62.56 | - |
| YUV | 142.36 | 165.05 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 87 | 208 | 0 | 0.62 | 0.08 | 0.11 | 307.77 | 0.71 | 0.61 |
| Hex | E2 | 57 | D0 | 0 | 3E | 8 | B | 134 | 47 | 3D |
| Octal | 342 | 127 | 320 | 0 | 76 | 10 | 13 | 464 | 107 | 75 |
| Binary | 11100010 | 1010111 | 11010000 | 0 | 111110 | 1000 | 1011 | 100110100 | 1000111 | 111101 |
Color Harmonies of #E257D0
Complementary color
Monochromatic Colors of #E257D0
Black with #E257D0
Text Example
Text Example
White with #E257D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E257D0; }
p { color: rgb(226,87,208); }
H1.HeaderClassName
{
color: #E257D0;
}
.AnyTagClassName
{
color: #E257D0;
}
</style>
background-color css
<style>
a { background-color: #E257D0; }
a { background-color: rgb(226,87,208); }
div.DivClassName
{
background-color: #E257D0;
}
.BgClassName
{
background-color: #E257D0;
}
</style>
border-color css
<style>
span { border-color: #E257D0; }
span { border-color: rgb(226,87,208); }
td.TdClassName
{
border-color: #E257D0;
}
.TagClassName
{
border-color: #E257D0;
}
</style>