Html Css Color HEX #EE60E5 Free Speech Magenta
📋 copy color: '#EE60E5'red 238 ◦ green 96 ◦ blue 229
Shades of Free Speech Magenta #EE60E5
Tints of Free Speech Magenta #EE60E5
RGB
CMYK
RGB Variations
Color information
#EE60E5 (or 0xEE60E5) is known color: Free Speech Magenta. HEX triplet: EE, 60 and E5. RGB value is (238,96,229). Sum of RGB (Red+Green+Blue) = 238+96+229=563 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.27% from 563); Green value is 96 (37.89% from 255 or 17.05% from 563); Blue value is 229 (89.84% from 255 or 40.67% from 563); Max value from RGB is 238 - color contains mainly: red. Hex color #EE60E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE60E5 is #119F1A. Grayscale: #999999. Windows color (decimal): -1154843 or 15032558. OLE color: 15032558.
HSL color Cylindrical-coordinate representation of color #EE60E5: hue angle of 303.8º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EE60E5 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 96 | 229 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.07 |
| HSL | 303.8º | 0.81% | 0.65% | - |
| HSV(B) | 303.8º | 0.6% | 0.93% | - |
| XYZ | 53.59 | 32.2 | 77.52 | - |
| YUV | 153.62 | 170.54 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 96 | 229 | 0 | 0.60 | 0.04 | 0.07 | 303.8 | 0.81 | 0.65 |
| Hex | EE | 60 | E5 | 0 | 3C | 4 | 7 | 130 | 51 | 41 |
| Octal | 356 | 140 | 345 | 0 | 74 | 4 | 7 | 460 | 121 | 101 |
| Binary | 11101110 | 1100000 | 11100101 | 0 | 111100 | 100 | 111 | 100110000 | 1010001 | 1000001 |
Color Harmonies of #EE60E5
Complementary color
Monochromatic Colors of #EE60E5
Black with #EE60E5
Text Example
Text Example
White with #EE60E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE60E5; }
p { color: rgb(238,96,229); }
H1.HeaderClassName
{
color: #EE60E5;
}
.AnyTagClassName
{
color: #EE60E5;
}
</style>
background-color css
<style>
a { background-color: #EE60E5; }
a { background-color: rgb(238,96,229); }
div.DivClassName
{
background-color: #EE60E5;
}
.BgClassName
{
background-color: #EE60E5;
}
</style>
border-color css
<style>
span { border-color: #EE60E5; }
span { border-color: rgb(238,96,229); }
td.TdClassName
{
border-color: #EE60E5;
}
.TagClassName
{
border-color: #EE60E5;
}
</style>