Html Css Color HEX #E955BC Free Speech Magenta
📋 copy color: '#E955BC'red 233 ◦ green 85 ◦ blue 188
Shades of Free Speech Magenta #E955BC
Tints of Free Speech Magenta #E955BC
RGB
CMYK
RGB Variations
Color information
#E955BC (or 0xE955BC) is known color: Free Speech Magenta. HEX triplet: E9, 55 and BC. RGB value is (233,85,188). Sum of RGB (Red+Green+Blue) = 233+85+188=506 (67% of max value = 765). Red value is 233 (91.41% from 255 or 46.05% from 506); Green value is 85 (33.59% from 255 or 16.80% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 233 - color contains mainly: red. Hex color #E955BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E955BC is #16AA43. Grayscale: #8C8C8C. Windows color (decimal): -1485380 or 12342761. OLE color: 12342761.
HSL color Cylindrical-coordinate representation of color #E955BC: hue angle of 318.24º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E955BC is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 85 | 188 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.09 |
| HSL | 318.24º | 0.77% | 0.62% | - |
| HSV(B) | 318.24º | 0.64% | 0.91% | - |
| XYZ | 45.93 | 27.45 | 50.45 | - |
| YUV | 140.99 | 154.53 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 85 | 188 | 0 | 0.64 | 0.19 | 0.09 | 318.24 | 0.77 | 0.62 |
| Hex | E9 | 55 | BC | 0 | 40 | 13 | 9 | 13E | 4D | 3E |
| Octal | 351 | 125 | 274 | 0 | 100 | 23 | 11 | 476 | 115 | 76 |
| Binary | 11101001 | 1010101 | 10111100 | 0 | 1000000 | 10011 | 1001 | 100111110 | 1001101 | 111110 |
Color Harmonies of #E955BC
Complementary color
Monochromatic Colors of #E955BC
Black with #E955BC
Text Example
Text Example
White with #E955BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E955BC; }
p { color: rgb(233,85,188); }
H1.HeaderClassName
{
color: #E955BC;
}
.AnyTagClassName
{
color: #E955BC;
}
</style>
background-color css
<style>
a { background-color: #E955BC; }
a { background-color: rgb(233,85,188); }
div.DivClassName
{
background-color: #E955BC;
}
.BgClassName
{
background-color: #E955BC;
}
</style>
border-color css
<style>
span { border-color: #E955BC; }
span { border-color: rgb(233,85,188); }
td.TdClassName
{
border-color: #E955BC;
}
.TagClassName
{
border-color: #E955BC;
}
</style>