Html Css Color HEX #E060E6 Free Speech Magenta
📋 copy color: '#E060E6'red 224 ◦ green 96 ◦ blue 230
Shades of Free Speech Magenta #E060E6
Tints of Free Speech Magenta #E060E6
RGB
CMYK
RGB Variations
Color information
#E060E6 (or 0xE060E6) is known color: Free Speech Magenta. HEX triplet: E0, 60 and E6. RGB value is (224,96,230). Sum of RGB (Red+Green+Blue) = 224+96+230=550 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.73% from 550); Green value is 96 (37.89% from 255 or 17.45% from 550); Blue value is 230 (90.23% from 255 or 41.82% from 550); Max value from RGB is 230 - color contains mainly: blue. Hex color #E060E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E060E6 is #1F9F19. Grayscale: #959595. Windows color (decimal): -2072346 or 15098080. OLE color: 15098080.
HSL color Cylindrical-coordinate representation of color #E060E6: hue angle of 297.31º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E060E6 is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 96 | 230 | - |
| CMYK | 0.03 | 0.58 | 0 | 0.10 |
| HSL | 297.31º | 0.73% | 0.64% | - |
| HSV(B) | 297.31º | 0.58% | 0.9% | - |
| XYZ | 49.21 | 29.93 | 78.05 | - |
| YUV | 149.55 | 173.41 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 96 | 230 | 0.03 | 0.58 | 0 | 0.10 | 297.31 | 0.73 | 0.64 |
| Hex | E0 | 60 | E6 | 3 | 3A | 0 | A | 129 | 49 | 40 |
| Octal | 340 | 140 | 346 | 3 | 72 | 0 | 12 | 451 | 111 | 100 |
| Binary | 11100000 | 1100000 | 11100110 | 11 | 111010 | 0 | 1010 | 100101001 | 1001001 | 1000000 |
Color Harmonies of #E060E6
Complementary color
Monochromatic Colors of #E060E6
Black with #E060E6
Text Example
Text Example
White with #E060E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E060E6; }
p { color: rgb(224,96,230); }
H1.HeaderClassName
{
color: #E060E6;
}
.AnyTagClassName
{
color: #E060E6;
}
</style>
background-color css
<style>
a { background-color: #E060E6; }
a { background-color: rgb(224,96,230); }
div.DivClassName
{
background-color: #E060E6;
}
.BgClassName
{
background-color: #E060E6;
}
</style>
border-color css
<style>
span { border-color: #E060E6; }
span { border-color: rgb(224,96,230); }
td.TdClassName
{
border-color: #E060E6;
}
.TagClassName
{
border-color: #E060E6;
}
</style>