Html Css Color HEX #E954D5 Free Speech Magenta
📋 copy color: '#E954D5'red 233 ◦ green 84 ◦ blue 213
Shades of Free Speech Magenta #E954D5
Tints of Free Speech Magenta #E954D5
RGB
CMYK
RGB Variations
Color information
#E954D5 (or 0xE954D5) is known color: Free Speech Magenta. HEX triplet: E9, 54 and D5. RGB value is (233,84,213). Sum of RGB (Red+Green+Blue) = 233+84+213=530 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.96% from 530); Green value is 84 (33.20% from 255 or 15.85% from 530); Blue value is 213 (83.59% from 255 or 40.19% from 530); Max value from RGB is 233 - color contains mainly: red. Hex color #E954D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E954D5 is #16AB2A. Grayscale: #8E8E8E. Windows color (decimal): -1485611 or 13980905. OLE color: 13980905.
HSL color Cylindrical-coordinate representation of color #E954D5: hue angle of 308.05º 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 #E954D5 is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 84 | 213 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.09 |
| HSL | 308.05º | 0.77% | 0.62% | - |
| HSV(B) | 308.05º | 0.64% | 0.91% | - |
| XYZ | 48.78 | 28.47 | 65.87 | - |
| YUV | 143.26 | 167.36 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 84 | 213 | 0 | 0.64 | 0.09 | 0.09 | 308.05 | 0.77 | 0.62 |
| Hex | E9 | 54 | D5 | 0 | 40 | 9 | 9 | 134 | 4D | 3E |
| Octal | 351 | 124 | 325 | 0 | 100 | 11 | 11 | 464 | 115 | 76 |
| Binary | 11101001 | 1010100 | 11010101 | 0 | 1000000 | 1001 | 1001 | 100110100 | 1001101 | 111110 |
Color Harmonies of #E954D5
Complementary color
Monochromatic Colors of #E954D5
Black with #E954D5
Text Example
Text Example
White with #E954D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E954D5; }
p { color: rgb(233,84,213); }
H1.HeaderClassName
{
color: #E954D5;
}
.AnyTagClassName
{
color: #E954D5;
}
</style>
background-color css
<style>
a { background-color: #E954D5; }
a { background-color: rgb(233,84,213); }
div.DivClassName
{
background-color: #E954D5;
}
.BgClassName
{
background-color: #E954D5;
}
</style>
border-color css
<style>
span { border-color: #E954D5; }
span { border-color: rgb(233,84,213); }
td.TdClassName
{
border-color: #E954D5;
}
.TagClassName
{
border-color: #E954D5;
}
</style>