Html Css Color HEX #E259E6 Free Speech Magenta
📋 copy color: '#E259E6'red 226 ◦ green 89 ◦ blue 230
Shades of Free Speech Magenta #E259E6
Tints of Free Speech Magenta #E259E6
RGB
CMYK
RGB Variations
Color information
#E259E6 (or 0xE259E6) is known color: Free Speech Magenta. HEX triplet: E2, 59 and E6. RGB value is (226,89,230). Sum of RGB (Red+Green+Blue) = 226+89+230=545 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.47% from 545); Green value is 89 (35.16% from 255 or 16.33% from 545); Blue value is 230 (90.23% from 255 or 42.20% from 545); Max value from RGB is 230 - color contains mainly: blue. Hex color #E259E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E259E6 is #1DA619. Grayscale: #919191. Windows color (decimal): -1943066 or 15096290. OLE color: 15096290.
HSL color Cylindrical-coordinate representation of color #E259E6: hue angle of 298.3º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E259E6 is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 89 | 230 | - |
| CMYK | 0.02 | 0.61 | 0 | 0.10 |
| HSL | 298.3º | 0.74% | 0.63% | - |
| HSV(B) | 298.3º | 0.61% | 0.9% | - |
| XYZ | 49.22 | 29.03 | 77.87 | - |
| YUV | 146.04 | 175.39 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 89 | 230 | 0.02 | 0.61 | 0 | 0.10 | 298.3 | 0.74 | 0.63 |
| Hex | E2 | 59 | E6 | 2 | 3D | 0 | A | 12A | 4A | 3F |
| Octal | 342 | 131 | 346 | 2 | 75 | 0 | 12 | 452 | 112 | 77 |
| Binary | 11100010 | 1011001 | 11100110 | 10 | 111101 | 0 | 1010 | 100101010 | 1001010 | 111111 |
Color Harmonies of #E259E6
Complementary color
Monochromatic Colors of #E259E6
Black with #E259E6
Text Example
Text Example
White with #E259E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E259E6; }
p { color: rgb(226,89,230); }
H1.HeaderClassName
{
color: #E259E6;
}
.AnyTagClassName
{
color: #E259E6;
}
</style>
background-color css
<style>
a { background-color: #E259E6; }
a { background-color: rgb(226,89,230); }
div.DivClassName
{
background-color: #E259E6;
}
.BgClassName
{
background-color: #E259E6;
}
</style>
border-color css
<style>
span { border-color: #E259E6; }
span { border-color: rgb(226,89,230); }
td.TdClassName
{
border-color: #E259E6;
}
.TagClassName
{
border-color: #E259E6;
}
</style>