Html Css Color HEX #EE5BCD Free Speech Magenta
📋 copy color: '#EE5BCD'red 238 ◦ green 91 ◦ blue 205
Shades of Free Speech Magenta #EE5BCD
Tints of Free Speech Magenta #EE5BCD
RGB
CMYK
RGB Variations
Color information
#EE5BCD (or 0xEE5BCD) is known color: Free Speech Magenta. HEX triplet: EE, 5B and CD. RGB value is (238,91,205). Sum of RGB (Red+Green+Blue) = 238+91+205=534 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.57% from 534); Green value is 91 (35.94% from 255 or 17.04% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5BCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE5BCD is #11A432. Grayscale: #939393. Windows color (decimal): -1156147 or 13458414. OLE color: 13458414.
HSL color Cylindrical-coordinate representation of color #EE5BCD: hue angle of 313.47º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EE5BCD is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 91 | 205 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.07 |
| HSL | 313.47º | 0.81% | 0.65% | - |
| HSV(B) | 313.47º | 0.62% | 0.93% | - |
| XYZ | 50.02 | 30.07 | 60.92 | - |
| YUV | 147.95 | 160.2 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 91 | 205 | 0 | 0.62 | 0.14 | 0.07 | 313.47 | 0.81 | 0.65 |
| Hex | EE | 5B | CD | 0 | 3E | E | 7 | 139 | 51 | 41 |
| Octal | 356 | 133 | 315 | 0 | 76 | 16 | 7 | 471 | 121 | 101 |
| Binary | 11101110 | 1011011 | 11001101 | 0 | 111110 | 1110 | 111 | 100111001 | 1010001 | 1000001 |
Color Harmonies of #EE5BCD
Complementary color
Monochromatic Colors of #EE5BCD
Black with #EE5BCD
Text Example
Text Example
White with #EE5BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5BCD; }
p { color: rgb(238,91,205); }
H1.HeaderClassName
{
color: #EE5BCD;
}
.AnyTagClassName
{
color: #EE5BCD;
}
</style>
background-color css
<style>
a { background-color: #EE5BCD; }
a { background-color: rgb(238,91,205); }
div.DivClassName
{
background-color: #EE5BCD;
}
.BgClassName
{
background-color: #EE5BCD;
}
</style>
border-color css
<style>
span { border-color: #EE5BCD; }
span { border-color: rgb(238,91,205); }
td.TdClassName
{
border-color: #EE5BCD;
}
.TagClassName
{
border-color: #EE5BCD;
}
</style>