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