Html Css Color HEX #E955D1 Free Speech Magenta
📋 copy color: '#E955D1'red 233 ◦ green 85 ◦ blue 209
Shades of Free Speech Magenta #E955D1
Tints of Free Speech Magenta #E955D1
RGB
CMYK
RGB Variations
Color information
#E955D1 (or 0xE955D1) is known color: Free Speech Magenta. HEX triplet: E9, 55 and D1. RGB value is (233,85,209). Sum of RGB (Red+Green+Blue) = 233+85+209=527 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.21% from 527); Green value is 85 (33.59% from 255 or 16.13% from 527); Blue value is 209 (82.03% from 255 or 39.66% from 527); Max value from RGB is 233 - color contains mainly: red. Hex color #E955D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E955D1 is #16AA2E. Grayscale: #8F8F8F. Windows color (decimal): -1485359 or 13719017. OLE color: 13719017.
HSL color Cylindrical-coordinate representation of color #E955D1: hue angle of 309.73º 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 #E955D1 is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 85 | 209 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.09 |
| HSL | 309.73º | 0.77% | 0.62% | - |
| HSV(B) | 309.73º | 0.64% | 0.91% | - |
| XYZ | 48.36 | 28.42 | 63.26 | - |
| YUV | 143.39 | 165.03 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 85 | 209 | 0 | 0.64 | 0.10 | 0.09 | 309.73 | 0.77 | 0.62 |
| Hex | E9 | 55 | D1 | 0 | 40 | A | 9 | 136 | 4D | 3E |
| Octal | 351 | 125 | 321 | 0 | 100 | 12 | 11 | 466 | 115 | 76 |
| Binary | 11101001 | 1010101 | 11010001 | 0 | 1000000 | 1010 | 1001 | 100110110 | 1001101 | 111110 |
Color Harmonies of #E955D1
Complementary color
Monochromatic Colors of #E955D1
Black with #E955D1
Text Example
Text Example
White with #E955D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E955D1; }
p { color: rgb(233,85,209); }
H1.HeaderClassName
{
color: #E955D1;
}
.AnyTagClassName
{
color: #E955D1;
}
</style>
background-color css
<style>
a { background-color: #E955D1; }
a { background-color: rgb(233,85,209); }
div.DivClassName
{
background-color: #E955D1;
}
.BgClassName
{
background-color: #E955D1;
}
</style>
border-color css
<style>
span { border-color: #E955D1; }
span { border-color: rgb(233,85,209); }
td.TdClassName
{
border-color: #E955D1;
}
.TagClassName
{
border-color: #E955D1;
}
</style>