Html Css Color HEX #EE5ACB Free Speech Magenta
📋 copy color: '#EE5ACB'red 238 ◦ green 90 ◦ blue 203
Shades of Free Speech Magenta #EE5ACB
Tints of Free Speech Magenta #EE5ACB
RGB
CMYK
RGB Variations
Color information
#EE5ACB (or 0xEE5ACB) is known color: Free Speech Magenta. HEX triplet: EE, 5A and CB. RGB value is (238,90,203). Sum of RGB (Red+Green+Blue) = 238+90+203=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 90 (35.55% from 255 or 16.95% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5ACB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE5ACB is #11A534. Grayscale: #929292. Windows color (decimal): -1156405 or 13327086. OLE color: 13327086.
HSL color Cylindrical-coordinate representation of color #EE5ACB: hue angle of 314.19º 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 #EE5ACB is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 90 | 203 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.07 |
| HSL | 314.19º | 0.81% | 0.64% | - |
| HSV(B) | 314.19º | 0.62% | 0.93% | - |
| XYZ | 49.7 | 29.8 | 59.63 | - |
| YUV | 147.13 | 159.53 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 90 | 203 | 0 | 0.62 | 0.15 | 0.07 | 314.19 | 0.81 | 0.64 |
| Hex | EE | 5A | CB | 0 | 3E | F | 7 | 13A | 51 | 40 |
| Octal | 356 | 132 | 313 | 0 | 76 | 17 | 7 | 472 | 121 | 100 |
| Binary | 11101110 | 1011010 | 11001011 | 0 | 111110 | 1111 | 111 | 100111010 | 1010001 | 1000000 |
Color Harmonies of #EE5ACB
Complementary color
Monochromatic Colors of #EE5ACB
Black with #EE5ACB
Text Example
Text Example
White with #EE5ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5ACB; }
p { color: rgb(238,90,203); }
H1.HeaderClassName
{
color: #EE5ACB;
}
.AnyTagClassName
{
color: #EE5ACB;
}
</style>
background-color css
<style>
a { background-color: #EE5ACB; }
a { background-color: rgb(238,90,203); }
div.DivClassName
{
background-color: #EE5ACB;
}
.BgClassName
{
background-color: #EE5ACB;
}
</style>
border-color css
<style>
span { border-color: #EE5ACB; }
span { border-color: rgb(238,90,203); }
td.TdClassName
{
border-color: #EE5ACB;
}
.TagClassName
{
border-color: #EE5ACB;
}
</style>