Html Css Color HEX #E955DA Free Speech Magenta
📋 copy color: '#E955DA'red 233 ◦ green 85 ◦ blue 218
Shades of Free Speech Magenta #E955DA
Tints of Free Speech Magenta #E955DA
RGB
CMYK
RGB Variations
Color information
#E955DA (or 0xE955DA) is known color: Free Speech Magenta. HEX triplet: E9, 55 and DA. RGB value is (233,85,218). Sum of RGB (Red+Green+Blue) = 233+85+218=536 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.47% from 536); Green value is 85 (33.59% from 255 or 15.86% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 233 - color contains mainly: red. Hex color #E955DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E955DA is #16AA25. Grayscale: #909090. Windows color (decimal): -1485350 or 14308841. OLE color: 14308841.
HSL color Cylindrical-coordinate representation of color #E955DA: hue angle of 306.08º 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 #E955DA is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 85 | 218 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.09 |
| HSL | 306.08º | 0.77% | 0.62% | - |
| HSV(B) | 306.08º | 0.64% | 0.91% | - |
| XYZ | 49.51 | 28.88 | 69.3 | - |
| YUV | 144.41 | 169.53 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 85 | 218 | 0 | 0.64 | 0.06 | 0.09 | 306.08 | 0.77 | 0.62 |
| Hex | E9 | 55 | DA | 0 | 40 | 6 | 9 | 132 | 4D | 3E |
| Octal | 351 | 125 | 332 | 0 | 100 | 6 | 11 | 462 | 115 | 76 |
| Binary | 11101001 | 1010101 | 11011010 | 0 | 1000000 | 110 | 1001 | 100110010 | 1001101 | 111110 |
Color Harmonies of #E955DA
Complementary color
Monochromatic Colors of #E955DA
Black with #E955DA
Text Example
Text Example
White with #E955DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E955DA; }
p { color: rgb(233,85,218); }
H1.HeaderClassName
{
color: #E955DA;
}
.AnyTagClassName
{
color: #E955DA;
}
</style>
background-color css
<style>
a { background-color: #E955DA; }
a { background-color: rgb(233,85,218); }
div.DivClassName
{
background-color: #E955DA;
}
.BgClassName
{
background-color: #E955DA;
}
</style>
border-color css
<style>
span { border-color: #E955DA; }
span { border-color: rgb(233,85,218); }
td.TdClassName
{
border-color: #E955DA;
}
.TagClassName
{
border-color: #E955DA;
}
</style>