Html Css Color HEX #E258EF Free Speech Magenta
📋 copy color: '#E258EF'red 226 ◦ green 88 ◦ blue 239
Shades of Free Speech Magenta #E258EF
Tints of Free Speech Magenta #E258EF
RGB
CMYK
RGB Variations
Color information
#E258EF (or 0xE258EF) is known color: Free Speech Magenta. HEX triplet: E2, 58 and EF. RGB value is (226,88,239). Sum of RGB (Red+Green+Blue) = 226+88+239=553 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.87% from 553); Green value is 88 (34.77% from 255 or 15.91% from 553); Blue value is 239 (93.75% from 255 or 43.22% from 553); Max value from RGB is 239 - color contains mainly: blue. Hex color #E258EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E258EF is #1DA710. Grayscale: #929292. Windows color (decimal): -1943313 or 15685858. OLE color: 15685858.
HSL color Cylindrical-coordinate representation of color #E258EF: hue angle of 294.83º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E258EF is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 88 | 239 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.06 |
| HSL | 294.83º | 0.83% | 0.64% | - |
| HSV(B) | 294.83º | 0.63% | 0.94% | - |
| XYZ | 50.43 | 29.38 | 84.67 | - |
| YUV | 146.48 | 180.22 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 88 | 239 | 0.05 | 0.63 | 0 | 0.06 | 294.83 | 0.83 | 0.64 |
| Hex | E2 | 58 | EF | 5 | 3F | 0 | 6 | 127 | 53 | 40 |
| Octal | 342 | 130 | 357 | 5 | 77 | 0 | 6 | 447 | 123 | 100 |
| Binary | 11100010 | 1011000 | 11101111 | 101 | 111111 | 0 | 110 | 100100111 | 1010011 | 1000000 |
Color Harmonies of #E258EF
Complementary color
Monochromatic Colors of #E258EF
Black with #E258EF
Text Example
Text Example
White with #E258EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E258EF; }
p { color: rgb(226,88,239); }
H1.HeaderClassName
{
color: #E258EF;
}
.AnyTagClassName
{
color: #E258EF;
}
</style>
background-color css
<style>
a { background-color: #E258EF; }
a { background-color: rgb(226,88,239); }
div.DivClassName
{
background-color: #E258EF;
}
.BgClassName
{
background-color: #E258EF;
}
</style>
border-color css
<style>
span { border-color: #E258EF; }
span { border-color: rgb(226,88,239); }
td.TdClassName
{
border-color: #E258EF;
}
.TagClassName
{
border-color: #E258EF;
}
</style>