Html Css Color HEX #E960E5 Free Speech Magenta
📋 copy color: '#E960E5'red 233 ◦ green 96 ◦ blue 229
Shades of Free Speech Magenta #E960E5
Tints of Free Speech Magenta #E960E5
RGB
CMYK
RGB Variations
Color information
#E960E5 (or 0xE960E5) is known color: Free Speech Magenta. HEX triplet: E9, 60 and E5. RGB value is (233,96,229). Sum of RGB (Red+Green+Blue) = 233+96+229=558 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.76% from 558); Green value is 96 (37.89% from 255 or 17.20% from 558); Blue value is 229 (89.84% from 255 or 41.04% from 558); Max value from RGB is 233 - color contains mainly: red. Hex color #E960E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E960E5 is #169F1A. Grayscale: #979797. Windows color (decimal): -1482523 or 15032553. OLE color: 15032553.
HSL color Cylindrical-coordinate representation of color #E960E5: hue angle of 301.75º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E960E5 is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 96 | 229 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.09 |
| HSL | 301.75º | 0.76% | 0.65% | - |
| HSV(B) | 301.75º | 0.59% | 0.91% | - |
| XYZ | 51.93 | 31.35 | 77.44 | - |
| YUV | 152.13 | 171.39 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 96 | 229 | 0 | 0.59 | 0.02 | 0.09 | 301.75 | 0.76 | 0.65 |
| Hex | E9 | 60 | E5 | 0 | 3B | 2 | 9 | 12E | 4C | 41 |
| Octal | 351 | 140 | 345 | 0 | 73 | 2 | 11 | 456 | 114 | 101 |
| Binary | 11101001 | 1100000 | 11100101 | 0 | 111011 | 10 | 1001 | 100101110 | 1001100 | 1000001 |
Color Harmonies of #E960E5
Complementary color
Monochromatic Colors of #E960E5
Black with #E960E5
Text Example
Text Example
White with #E960E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E960E5; }
p { color: rgb(233,96,229); }
H1.HeaderClassName
{
color: #E960E5;
}
.AnyTagClassName
{
color: #E960E5;
}
</style>
background-color css
<style>
a { background-color: #E960E5; }
a { background-color: rgb(233,96,229); }
div.DivClassName
{
background-color: #E960E5;
}
.BgClassName
{
background-color: #E960E5;
}
</style>
border-color css
<style>
span { border-color: #E960E5; }
span { border-color: rgb(233,96,229); }
td.TdClassName
{
border-color: #E960E5;
}
.TagClassName
{
border-color: #E960E5;
}
</style>