Html Css Color HEX #E560E7 Free Speech Magenta
📋 copy color: '#E560E7'red 229 ◦ green 96 ◦ blue 231
Shades of Free Speech Magenta #E560E7
Tints of Free Speech Magenta #E560E7
RGB
CMYK
RGB Variations
Color information
#E560E7 (or 0xE560E7) is known color: Free Speech Magenta. HEX triplet: E5, 60 and E7. RGB value is (229,96,231). Sum of RGB (Red+Green+Blue) = 229+96+231=556 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.19% from 556); Green value is 96 (37.89% from 255 or 17.27% from 556); Blue value is 231 (90.62% from 255 or 41.55% from 556); Max value from RGB is 231 - color contains mainly: blue. Hex color #E560E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E560E7 is #1A9F18. Grayscale: #969696. Windows color (decimal): -1744665 or 15163621. OLE color: 15163621.
HSL color Cylindrical-coordinate representation of color #E560E7: hue angle of 299.11º 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 #E560E7 is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 96 | 231 | - |
| CMYK | 0.01 | 0.58 | 0 | 0.09 |
| HSL | 299.11º | 0.74% | 0.64% | - |
| HSV(B) | 299.11º | 0.58% | 0.91% | - |
| XYZ | 50.92 | 30.79 | 78.86 | - |
| YUV | 151.16 | 173.06 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 96 | 231 | 0.01 | 0.58 | 0 | 0.09 | 299.11 | 0.74 | 0.64 |
| Hex | E5 | 60 | E7 | 1 | 3A | 0 | 9 | 12B | 4A | 40 |
| Octal | 345 | 140 | 347 | 1 | 72 | 0 | 11 | 453 | 112 | 100 |
| Binary | 11100101 | 1100000 | 11100111 | 1 | 111010 | 0 | 1001 | 100101011 | 1001010 | 1000000 |
Color Harmonies of #E560E7
Complementary color
Monochromatic Colors of #E560E7
Black with #E560E7
Text Example
Text Example
White with #E560E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E560E7; }
p { color: rgb(229,96,231); }
H1.HeaderClassName
{
color: #E560E7;
}
.AnyTagClassName
{
color: #E560E7;
}
</style>
background-color css
<style>
a { background-color: #E560E7; }
a { background-color: rgb(229,96,231); }
div.DivClassName
{
background-color: #E560E7;
}
.BgClassName
{
background-color: #E560E7;
}
</style>
border-color css
<style>
span { border-color: #E560E7; }
span { border-color: rgb(229,96,231); }
td.TdClassName
{
border-color: #E560E7;
}
.TagClassName
{
border-color: #E560E7;
}
</style>