Html Css Color HEX #E257D6 Free Speech Magenta
📋 copy color: '#E257D6'red 226 ◦ green 87 ◦ blue 214
Shades of Free Speech Magenta #E257D6
Tints of Free Speech Magenta #E257D6
RGB
CMYK
RGB Variations
Color information
#E257D6 (or 0xE257D6) is known color: Free Speech Magenta. HEX triplet: E2, 57 and D6. RGB value is (226,87,214). Sum of RGB (Red+Green+Blue) = 226+87+214=527 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.88% from 527); Green value is 87 (34.38% from 255 or 16.51% from 527); Blue value is 214 (83.98% from 255 or 40.61% from 527); Max value from RGB is 226 - color contains mainly: red. Hex color #E257D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E257D6 is #1DA829. Grayscale: #8E8E8E. Windows color (decimal): -1943594 or 14047202. OLE color: 14047202.
HSL color Cylindrical-coordinate representation of color #E257D6: hue angle of 305.18º 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 #E257D6 is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 87 | 214 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.11 |
| HSL | 305.18º | 0.71% | 0.61% | - |
| HSV(B) | 305.18º | 0.62% | 0.89% | - |
| XYZ | 46.91 | 27.84 | 66.52 | - |
| YUV | 143.04 | 168.05 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 87 | 214 | 0 | 0.62 | 0.05 | 0.11 | 305.18 | 0.71 | 0.61 |
| Hex | E2 | 57 | D6 | 0 | 3E | 5 | B | 131 | 47 | 3D |
| Octal | 342 | 127 | 326 | 0 | 76 | 5 | 13 | 461 | 107 | 75 |
| Binary | 11100010 | 1010111 | 11010110 | 0 | 111110 | 101 | 1011 | 100110001 | 1000111 | 111101 |
Color Harmonies of #E257D6
Complementary color
Monochromatic Colors of #E257D6
Black with #E257D6
Text Example
Text Example
White with #E257D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E257D6; }
p { color: rgb(226,87,214); }
H1.HeaderClassName
{
color: #E257D6;
}
.AnyTagClassName
{
color: #E257D6;
}
</style>
background-color css
<style>
a { background-color: #E257D6; }
a { background-color: rgb(226,87,214); }
div.DivClassName
{
background-color: #E257D6;
}
.BgClassName
{
background-color: #E257D6;
}
</style>
border-color css
<style>
span { border-color: #E257D6; }
span { border-color: rgb(226,87,214); }
td.TdClassName
{
border-color: #E257D6;
}
.TagClassName
{
border-color: #E257D6;
}
</style>