Html Css Color HEX #E059E8 Free Speech Magenta
📋 copy color: '#E059E8'red 224 ◦ green 89 ◦ blue 232
Shades of Free Speech Magenta #E059E8
Tints of Free Speech Magenta #E059E8
RGB
CMYK
RGB Variations
Color information
#E059E8 (or 0xE059E8) is known color: Free Speech Magenta. HEX triplet: E0, 59 and E8. RGB value is (224,89,232). Sum of RGB (Red+Green+Blue) = 224+89+232=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 89 (35.16% from 255 or 16.33% from 545); Blue value is 232 (91.02% from 255 or 42.57% from 545); Max value from RGB is 232 - color contains mainly: blue. Hex color #E059E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E059E8 is #1FA617. Grayscale: #919191. Windows color (decimal): -2074136 or 15227360. OLE color: 15227360.
HSL color Cylindrical-coordinate representation of color #E059E8: hue angle of 296.64º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E059E8 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 89 | 232 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.09 |
| HSL | 296.64º | 0.76% | 0.63% | - |
| HSV(B) | 296.64º | 0.62% | 0.91% | - |
| XYZ | 48.88 | 28.82 | 79.33 | - |
| YUV | 145.67 | 176.73 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 89 | 232 | 0.03 | 0.62 | 0 | 0.09 | 296.64 | 0.76 | 0.63 |
| Hex | E0 | 59 | E8 | 3 | 3E | 0 | 9 | 129 | 4C | 3F |
| Octal | 340 | 131 | 350 | 3 | 76 | 0 | 11 | 451 | 114 | 77 |
| Binary | 11100000 | 1011001 | 11101000 | 11 | 111110 | 0 | 1001 | 100101001 | 1001100 | 111111 |
Color Harmonies of #E059E8
Complementary color
Monochromatic Colors of #E059E8
Black with #E059E8
Text Example
Text Example
White with #E059E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E059E8; }
p { color: rgb(224,89,232); }
H1.HeaderClassName
{
color: #E059E8;
}
.AnyTagClassName
{
color: #E059E8;
}
</style>
background-color css
<style>
a { background-color: #E059E8; }
a { background-color: rgb(224,89,232); }
div.DivClassName
{
background-color: #E059E8;
}
.BgClassName
{
background-color: #E059E8;
}
</style>
border-color css
<style>
span { border-color: #E059E8; }
span { border-color: rgb(224,89,232); }
td.TdClassName
{
border-color: #E059E8;
}
.TagClassName
{
border-color: #E059E8;
}
</style>