Html Css Color HEX #E255E7 Free Speech Magenta
📋 copy color: '#E255E7'red 226 ◦ green 85 ◦ blue 231
Shades of Free Speech Magenta #E255E7
Tints of Free Speech Magenta #E255E7
RGB
CMYK
RGB Variations
Color information
#E255E7 (or 0xE255E7) is known color: Free Speech Magenta. HEX triplet: E2, 55 and E7. RGB value is (226,85,231). Sum of RGB (Red+Green+Blue) = 226+85+231=542 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.70% from 542); Green value is 85 (33.59% from 255 or 15.68% from 542); Blue value is 231 (90.62% from 255 or 42.62% from 542); Max value from RGB is 231 - color contains mainly: blue. Hex color #E255E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E255E7 is #1DAA18. Grayscale: #8F8F8F. Windows color (decimal): -1944089 or 15160802. OLE color: 15160802.
HSL color Cylindrical-coordinate representation of color #E255E7: hue angle of 297.95º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E255E7 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 85 | 231 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.09 |
| HSL | 297.95º | 0.75% | 0.62% | - |
| HSV(B) | 297.95º | 0.63% | 0.91% | - |
| XYZ | 49.04 | 28.44 | 78.51 | - |
| YUV | 143.8 | 177.21 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 85 | 231 | 0.02 | 0.63 | 0 | 0.09 | 297.95 | 0.75 | 0.62 |
| Hex | E2 | 55 | E7 | 2 | 3F | 0 | 9 | 12A | 4B | 3E |
| Octal | 342 | 125 | 347 | 2 | 77 | 0 | 11 | 452 | 113 | 76 |
| Binary | 11100010 | 1010101 | 11100111 | 10 | 111111 | 0 | 1001 | 100101010 | 1001011 | 111110 |
Color Harmonies of #E255E7
Complementary color
Monochromatic Colors of #E255E7
Black with #E255E7
Text Example
Text Example
White with #E255E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E255E7; }
p { color: rgb(226,85,231); }
H1.HeaderClassName
{
color: #E255E7;
}
.AnyTagClassName
{
color: #E255E7;
}
</style>
background-color css
<style>
a { background-color: #E255E7; }
a { background-color: rgb(226,85,231); }
div.DivClassName
{
background-color: #E255E7;
}
.BgClassName
{
background-color: #E255E7;
}
</style>
border-color css
<style>
span { border-color: #E255E7; }
span { border-color: rgb(226,85,231); }
td.TdClassName
{
border-color: #E255E7;
}
.TagClassName
{
border-color: #E255E7;
}
</style>