Html Css Color HEX #EE5BCB Free Speech Magenta
📋 copy color: '#EE5BCB'red 238 ◦ green 91 ◦ blue 203
Shades of Free Speech Magenta #EE5BCB
Tints of Free Speech Magenta #EE5BCB
RGB
CMYK
RGB Variations
Color information
#EE5BCB (or 0xEE5BCB) is known color: Free Speech Magenta. HEX triplet: EE, 5B and CB. RGB value is (238,91,203). Sum of RGB (Red+Green+Blue) = 238+91+203=532 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.74% from 532); Green value is 91 (35.94% from 255 or 17.11% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5BCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE5BCB is #11A434. Grayscale: #939393. Windows color (decimal): -1156149 or 13327342. OLE color: 13327342.
HSL color Cylindrical-coordinate representation of color #EE5BCB: hue angle of 314.29º 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 #EE5BCB is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 91 | 203 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.07 |
| HSL | 314.29º | 0.81% | 0.65% | - |
| HSV(B) | 314.29º | 0.62% | 0.93% | - |
| XYZ | 49.78 | 29.97 | 59.66 | - |
| YUV | 147.72 | 159.2 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 91 | 203 | 0 | 0.62 | 0.15 | 0.07 | 314.29 | 0.81 | 0.65 |
| Hex | EE | 5B | CB | 0 | 3E | F | 7 | 13A | 51 | 41 |
| Octal | 356 | 133 | 313 | 0 | 76 | 17 | 7 | 472 | 121 | 101 |
| Binary | 11101110 | 1011011 | 11001011 | 0 | 111110 | 1111 | 111 | 100111010 | 1010001 | 1000001 |
Color Harmonies of #EE5BCB
Complementary color
Monochromatic Colors of #EE5BCB
Black with #EE5BCB
Text Example
Text Example
White with #EE5BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5BCB; }
p { color: rgb(238,91,203); }
H1.HeaderClassName
{
color: #EE5BCB;
}
.AnyTagClassName
{
color: #EE5BCB;
}
</style>
background-color css
<style>
a { background-color: #EE5BCB; }
a { background-color: rgb(238,91,203); }
div.DivClassName
{
background-color: #EE5BCB;
}
.BgClassName
{
background-color: #EE5BCB;
}
</style>
border-color css
<style>
span { border-color: #EE5BCB; }
span { border-color: rgb(238,91,203); }
td.TdClassName
{
border-color: #EE5BCB;
}
.TagClassName
{
border-color: #EE5BCB;
}
</style>