Html Css Color HEX #E954DD Free Speech Magenta
📋 copy color: '#E954DD'red 233 ◦ green 84 ◦ blue 221
Shades of Free Speech Magenta #E954DD
Tints of Free Speech Magenta #E954DD
RGB
CMYK
RGB Variations
Color information
#E954DD (or 0xE954DD) is known color: Free Speech Magenta. HEX triplet: E9, 54 and DD. RGB value is (233,84,221). Sum of RGB (Red+Green+Blue) = 233+84+221=538 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.31% from 538); Green value is 84 (33.20% from 255 or 15.61% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 233 - color contains mainly: red. Hex color #E954DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E954DD is #16AB22. Grayscale: #8F8F8F. Windows color (decimal): -1485603 or 14505193. OLE color: 14505193.
HSL color Cylindrical-coordinate representation of color #E954DD: hue angle of 304.83º 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 #E954DD is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 84 | 221 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.09 |
| HSL | 304.83º | 0.77% | 0.62% | - |
| HSV(B) | 304.83º | 0.64% | 0.91% | - |
| XYZ | 49.83 | 28.88 | 71.36 | - |
| YUV | 144.17 | 171.36 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 84 | 221 | 0 | 0.64 | 0.05 | 0.09 | 304.83 | 0.77 | 0.62 |
| Hex | E9 | 54 | DD | 0 | 40 | 5 | 9 | 131 | 4D | 3E |
| Octal | 351 | 124 | 335 | 0 | 100 | 5 | 11 | 461 | 115 | 76 |
| Binary | 11101001 | 1010100 | 11011101 | 0 | 1000000 | 101 | 1001 | 100110001 | 1001101 | 111110 |
Color Harmonies of #E954DD
Complementary color
Monochromatic Colors of #E954DD
Black with #E954DD
Text Example
Text Example
White with #E954DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E954DD; }
p { color: rgb(233,84,221); }
H1.HeaderClassName
{
color: #E954DD;
}
.AnyTagClassName
{
color: #E954DD;
}
</style>
background-color css
<style>
a { background-color: #E954DD; }
a { background-color: rgb(233,84,221); }
div.DivClassName
{
background-color: #E954DD;
}
.BgClassName
{
background-color: #E954DD;
}
</style>
border-color css
<style>
span { border-color: #E954DD; }
span { border-color: rgb(233,84,221); }
td.TdClassName
{
border-color: #E954DD;
}
.TagClassName
{
border-color: #E954DD;
}
</style>