Html Css Color HEX #E060E7 Free Speech Magenta
📋 copy color: '#E060E7'red 224 ◦ green 96 ◦ blue 231
Shades of Free Speech Magenta #E060E7
Tints of Free Speech Magenta #E060E7
RGB
CMYK
RGB Variations
Color information
#E060E7 (or 0xE060E7) is known color: Free Speech Magenta. HEX triplet: E0, 60 and E7. RGB value is (224,96,231). Sum of RGB (Red+Green+Blue) = 224+96+231=551 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.65% from 551); Green value is 96 (37.89% from 255 or 17.42% from 551); Blue value is 231 (90.62% from 255 or 41.92% from 551); Max value from RGB is 231 - color contains mainly: blue. Hex color #E060E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E060E7 is #1F9F18. Grayscale: #959595. Windows color (decimal): -2072345 or 15163616. OLE color: 15163616.
HSL color Cylindrical-coordinate representation of color #E060E7: hue angle of 296.89º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E060E7 is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 96 | 231 | - |
| CMYK | 0.03 | 0.58 | 0 | 0.09 |
| HSL | 296.89º | 0.74% | 0.64% | - |
| HSV(B) | 296.89º | 0.58% | 0.91% | - |
| XYZ | 49.35 | 29.98 | 78.79 | - |
| YUV | 149.66 | 173.91 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 96 | 231 | 0.03 | 0.58 | 0 | 0.09 | 296.89 | 0.74 | 0.64 |
| Hex | E0 | 60 | E7 | 3 | 3A | 0 | 9 | 129 | 4A | 40 |
| Octal | 340 | 140 | 347 | 3 | 72 | 0 | 11 | 451 | 112 | 100 |
| Binary | 11100000 | 1100000 | 11100111 | 11 | 111010 | 0 | 1001 | 100101001 | 1001010 | 1000000 |
Color Harmonies of #E060E7
Complementary color
Monochromatic Colors of #E060E7
Black with #E060E7
Text Example
Text Example
White with #E060E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E060E7; }
p { color: rgb(224,96,231); }
H1.HeaderClassName
{
color: #E060E7;
}
.AnyTagClassName
{
color: #E060E7;
}
</style>
background-color css
<style>
a { background-color: #E060E7; }
a { background-color: rgb(224,96,231); }
div.DivClassName
{
background-color: #E060E7;
}
.BgClassName
{
background-color: #E060E7;
}
</style>
border-color css
<style>
span { border-color: #E060E7; }
span { border-color: rgb(224,96,231); }
td.TdClassName
{
border-color: #E060E7;
}
.TagClassName
{
border-color: #E060E7;
}
</style>