Html Css Color HEX #EE5ECB Free Speech Magenta
📋 copy color: '#EE5ECB'red 238 ◦ green 94 ◦ blue 203
Shades of Free Speech Magenta #EE5ECB
Tints of Free Speech Magenta #EE5ECB
RGB
CMYK
RGB Variations
Color information
#EE5ECB (or 0xEE5ECB) is known color: Free Speech Magenta. HEX triplet: EE, 5E and CB. RGB value is (238,94,203). Sum of RGB (Red+Green+Blue) = 238+94+203=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 94 (37.11% from 255 or 17.57% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5ECB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE5ECB is #11A134. Grayscale: #959595. Windows color (decimal): -1155381 or 13328110. OLE color: 13328110.
HSL color Cylindrical-coordinate representation of color #EE5ECB: hue angle of 314.58º 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 #EE5ECB is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 94 | 203 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.07 |
| HSL | 314.58º | 0.81% | 0.65% | - |
| HSV(B) | 314.58º | 0.61% | 0.93% | - |
| XYZ | 50.04 | 30.49 | 59.75 | - |
| YUV | 149.48 | 158.21 | 191.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 94 | 203 | 0 | 0.61 | 0.15 | 0.07 | 314.58 | 0.81 | 0.65 |
| Hex | EE | 5E | CB | 0 | 3D | F | 7 | 13B | 51 | 41 |
| Octal | 356 | 136 | 313 | 0 | 75 | 17 | 7 | 473 | 121 | 101 |
| Binary | 11101110 | 1011110 | 11001011 | 0 | 111101 | 1111 | 111 | 100111011 | 1010001 | 1000001 |
Color Harmonies of #EE5ECB
Complementary color
Monochromatic Colors of #EE5ECB
Black with #EE5ECB
Text Example
Text Example
White with #EE5ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5ECB; }
p { color: rgb(238,94,203); }
H1.HeaderClassName
{
color: #EE5ECB;
}
.AnyTagClassName
{
color: #EE5ECB;
}
</style>
background-color css
<style>
a { background-color: #EE5ECB; }
a { background-color: rgb(238,94,203); }
div.DivClassName
{
background-color: #EE5ECB;
}
.BgClassName
{
background-color: #EE5ECB;
}
</style>
border-color css
<style>
span { border-color: #EE5ECB; }
span { border-color: rgb(238,94,203); }
td.TdClassName
{
border-color: #EE5ECB;
}
.TagClassName
{
border-color: #EE5ECB;
}
</style>