Html Css Color HEX #EE5ACE Free Speech Magenta
📋 copy color: '#EE5ACE'red 238 ◦ green 90 ◦ blue 206
Shades of Free Speech Magenta #EE5ACE
Tints of Free Speech Magenta #EE5ACE
RGB
CMYK
RGB Variations
Color information
#EE5ACE (or 0xEE5ACE) is known color: Free Speech Magenta. HEX triplet: EE, 5A and CE. RGB value is (238,90,206). Sum of RGB (Red+Green+Blue) = 238+90+206=534 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.57% from 534); Green value is 90 (35.55% from 255 or 16.85% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE5ACE is #11A531. Grayscale: #939393. Windows color (decimal): -1156402 or 13523694. OLE color: 13523694.
HSL color Cylindrical-coordinate representation of color #EE5ACE: hue angle of 312.97º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EE5ACE is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 90 | 206 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.07 |
| HSL | 312.97º | 0.81% | 0.64% | - |
| HSV(B) | 312.97º | 0.62% | 0.93% | - |
| XYZ | 50.06 | 29.95 | 61.53 | - |
| YUV | 147.48 | 161.03 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 90 | 206 | 0 | 0.62 | 0.13 | 0.07 | 312.97 | 0.81 | 0.64 |
| Hex | EE | 5A | CE | 0 | 3E | D | 7 | 139 | 51 | 40 |
| Octal | 356 | 132 | 316 | 0 | 76 | 15 | 7 | 471 | 121 | 100 |
| Binary | 11101110 | 1011010 | 11001110 | 0 | 111110 | 1101 | 111 | 100111001 | 1010001 | 1000000 |
Color Harmonies of #EE5ACE
Complementary color
Monochromatic Colors of #EE5ACE
Black with #EE5ACE
Text Example
Text Example
White with #EE5ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5ACE; }
p { color: rgb(238,90,206); }
H1.HeaderClassName
{
color: #EE5ACE;
}
.AnyTagClassName
{
color: #EE5ACE;
}
</style>
background-color css
<style>
a { background-color: #EE5ACE; }
a { background-color: rgb(238,90,206); }
div.DivClassName
{
background-color: #EE5ACE;
}
.BgClassName
{
background-color: #EE5ACE;
}
</style>
border-color css
<style>
span { border-color: #EE5ACE; }
span { border-color: rgb(238,90,206); }
td.TdClassName
{
border-color: #EE5ACE;
}
.TagClassName
{
border-color: #EE5ACE;
}
</style>