Html Css Color HEX #E954D0 Free Speech Magenta
📋 copy color: '#E954D0'red 233 ◦ green 84 ◦ blue 208
Shades of Free Speech Magenta #E954D0
Tints of Free Speech Magenta #E954D0
RGB
CMYK
RGB Variations
Color information
#E954D0 (or 0xE954D0) is known color: Free Speech Magenta. HEX triplet: E9, 54 and D0. RGB value is (233,84,208). Sum of RGB (Red+Green+Blue) = 233+84+208=525 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.38% from 525); Green value is 84 (33.20% from 255 or 16% from 525); Blue value is 208 (81.64% from 255 or 39.62% from 525); Max value from RGB is 233 - color contains mainly: red. Hex color #E954D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E954D0 is #16AB2F. Grayscale: #8E8E8E. Windows color (decimal): -1485616 or 13653225. OLE color: 13653225.
HSL color Cylindrical-coordinate representation of color #E954D0: hue angle of 310.07º 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 #E954D0 is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 84 | 208 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.09 |
| HSL | 310.07º | 0.77% | 0.62% | - |
| HSV(B) | 310.07º | 0.64% | 0.91% | - |
| XYZ | 48.16 | 28.22 | 62.58 | - |
| YUV | 142.69 | 164.86 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 84 | 208 | 0 | 0.64 | 0.11 | 0.09 | 310.07 | 0.77 | 0.62 |
| Hex | E9 | 54 | D0 | 0 | 40 | B | 9 | 136 | 4D | 3E |
| Octal | 351 | 124 | 320 | 0 | 100 | 13 | 11 | 466 | 115 | 76 |
| Binary | 11101001 | 1010100 | 11010000 | 0 | 1000000 | 1011 | 1001 | 100110110 | 1001101 | 111110 |
Color Harmonies of #E954D0
Complementary color
Monochromatic Colors of #E954D0
Black with #E954D0
Text Example
Text Example
White with #E954D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E954D0; }
p { color: rgb(233,84,208); }
H1.HeaderClassName
{
color: #E954D0;
}
.AnyTagClassName
{
color: #E954D0;
}
</style>
background-color css
<style>
a { background-color: #E954D0; }
a { background-color: rgb(233,84,208); }
div.DivClassName
{
background-color: #E954D0;
}
.BgClassName
{
background-color: #E954D0;
}
</style>
border-color css
<style>
span { border-color: #E954D0; }
span { border-color: rgb(233,84,208); }
td.TdClassName
{
border-color: #E954D0;
}
.TagClassName
{
border-color: #E954D0;
}
</style>