Html Css Color HEX #E955BD Free Speech Magenta
📋 copy color: '#E955BD'red 233 ◦ green 85 ◦ blue 189
Shades of Free Speech Magenta #E955BD
Tints of Free Speech Magenta #E955BD
RGB
CMYK
RGB Variations
Color information
#E955BD (or 0xE955BD) is known color: Free Speech Magenta. HEX triplet: E9, 55 and BD. RGB value is (233,85,189). Sum of RGB (Red+Green+Blue) = 233+85+189=507 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.96% from 507); Green value is 85 (33.59% from 255 or 16.77% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 233 - color contains mainly: red. Hex color #E955BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E955BD is #16AA42. Grayscale: #8C8C8C. Windows color (decimal): -1485379 or 12408297. OLE color: 12408297.
HSL color Cylindrical-coordinate representation of color #E955BD: hue angle of 317.84º 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 #E955BD is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 85 | 189 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.09 |
| HSL | 317.84º | 0.77% | 0.62% | - |
| HSV(B) | 317.84º | 0.64% | 0.91% | - |
| XYZ | 46.04 | 27.49 | 51.02 | - |
| YUV | 141.11 | 155.03 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 85 | 189 | 0 | 0.64 | 0.19 | 0.09 | 317.84 | 0.77 | 0.62 |
| Hex | E9 | 55 | BD | 0 | 40 | 13 | 9 | 13E | 4D | 3E |
| Octal | 351 | 125 | 275 | 0 | 100 | 23 | 11 | 476 | 115 | 76 |
| Binary | 11101001 | 1010101 | 10111101 | 0 | 1000000 | 10011 | 1001 | 100111110 | 1001101 | 111110 |
Color Harmonies of #E955BD
Complementary color
Monochromatic Colors of #E955BD
Black with #E955BD
Text Example
Text Example
White with #E955BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E955BD; }
p { color: rgb(233,85,189); }
H1.HeaderClassName
{
color: #E955BD;
}
.AnyTagClassName
{
color: #E955BD;
}
</style>
background-color css
<style>
a { background-color: #E955BD; }
a { background-color: rgb(233,85,189); }
div.DivClassName
{
background-color: #E955BD;
}
.BgClassName
{
background-color: #E955BD;
}
</style>
border-color css
<style>
span { border-color: #E955BD; }
span { border-color: rgb(233,85,189); }
td.TdClassName
{
border-color: #E955BD;
}
.TagClassName
{
border-color: #E955BD;
}
</style>