Html Css Color HEX #EE5ECE Free Speech Magenta
📋 copy color: '#EE5ECE'red 238 ◦ green 94 ◦ blue 206
Shades of Free Speech Magenta #EE5ECE
Tints of Free Speech Magenta #EE5ECE
RGB
CMYK
RGB Variations
Color information
#EE5ECE (or 0xEE5ECE) is known color: Free Speech Magenta. HEX triplet: EE, 5E and CE. RGB value is (238,94,206). Sum of RGB (Red+Green+Blue) = 238+94+206=538 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.24% from 538); Green value is 94 (37.11% from 255 or 17.47% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5ECE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE5ECE is #11A131. Grayscale: #959595. Windows color (decimal): -1155378 or 13524718. OLE color: 13524718.
HSL color Cylindrical-coordinate representation of color #EE5ECE: hue angle of 313.33º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EE5ECE is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 94 | 206 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.07 |
| HSL | 313.33º | 0.81% | 0.65% | - |
| HSV(B) | 313.33º | 0.61% | 0.93% | - |
| XYZ | 50.4 | 30.64 | 61.65 | - |
| YUV | 149.82 | 159.71 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 94 | 206 | 0 | 0.61 | 0.13 | 0.07 | 313.33 | 0.81 | 0.65 |
| Hex | EE | 5E | CE | 0 | 3D | D | 7 | 139 | 51 | 41 |
| Octal | 356 | 136 | 316 | 0 | 75 | 15 | 7 | 471 | 121 | 101 |
| Binary | 11101110 | 1011110 | 11001110 | 0 | 111101 | 1101 | 111 | 100111001 | 1010001 | 1000001 |
Color Harmonies of #EE5ECE
Complementary color
Monochromatic Colors of #EE5ECE
Black with #EE5ECE
Text Example
Text Example
White with #EE5ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5ECE; }
p { color: rgb(238,94,206); }
H1.HeaderClassName
{
color: #EE5ECE;
}
.AnyTagClassName
{
color: #EE5ECE;
}
</style>
background-color css
<style>
a { background-color: #EE5ECE; }
a { background-color: rgb(238,94,206); }
div.DivClassName
{
background-color: #EE5ECE;
}
.BgClassName
{
background-color: #EE5ECE;
}
</style>
border-color css
<style>
span { border-color: #EE5ECE; }
span { border-color: rgb(238,94,206); }
td.TdClassName
{
border-color: #EE5ECE;
}
.TagClassName
{
border-color: #EE5ECE;
}
</style>