Html Css Color HEX #E955BE Free Speech Magenta
📋 copy color: '#E955BE'red 233 ◦ green 85 ◦ blue 190
Shades of Free Speech Magenta #E955BE
Tints of Free Speech Magenta #E955BE
RGB
CMYK
RGB Variations
Color information
#E955BE (or 0xE955BE) is known color: Free Speech Magenta. HEX triplet: E9, 55 and BE. RGB value is (233,85,190). Sum of RGB (Red+Green+Blue) = 233+85+190=508 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.87% from 508); Green value is 85 (33.59% from 255 or 16.73% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 233 - color contains mainly: red. Hex color #E955BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E955BE is #16AA41. Grayscale: #8C8C8C. Windows color (decimal): -1485378 or 12473833. OLE color: 12473833.
HSL color Cylindrical-coordinate representation of color #E955BE: hue angle of 317.43º 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 #E955BE is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 85 | 190 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.09 |
| HSL | 317.43º | 0.77% | 0.62% | - |
| HSV(B) | 317.43º | 0.64% | 0.91% | - |
| XYZ | 46.15 | 27.54 | 51.6 | - |
| YUV | 141.22 | 155.53 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 85 | 190 | 0 | 0.64 | 0.18 | 0.09 | 317.43 | 0.77 | 0.62 |
| Hex | E9 | 55 | BE | 0 | 40 | 12 | 9 | 13D | 4D | 3E |
| Octal | 351 | 125 | 276 | 0 | 100 | 22 | 11 | 475 | 115 | 76 |
| Binary | 11101001 | 1010101 | 10111110 | 0 | 1000000 | 10010 | 1001 | 100111101 | 1001101 | 111110 |
Color Harmonies of #E955BE
Complementary color
Monochromatic Colors of #E955BE
Black with #E955BE
Text Example
Text Example
White with #E955BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E955BE; }
p { color: rgb(233,85,190); }
H1.HeaderClassName
{
color: #E955BE;
}
.AnyTagClassName
{
color: #E955BE;
}
</style>
background-color css
<style>
a { background-color: #E955BE; }
a { background-color: rgb(233,85,190); }
div.DivClassName
{
background-color: #E955BE;
}
.BgClassName
{
background-color: #E955BE;
}
</style>
border-color css
<style>
span { border-color: #E955BE; }
span { border-color: rgb(233,85,190); }
td.TdClassName
{
border-color: #E955BE;
}
.TagClassName
{
border-color: #E955BE;
}
</style>