Html Css Color HEX #E956DD Free Speech Magenta
📋 copy color: '#E956DD'red 233 ◦ green 86 ◦ blue 221
Shades of Free Speech Magenta #E956DD
Tints of Free Speech Magenta #E956DD
RGB
CMYK
RGB Variations
Color information
#E956DD (or 0xE956DD) is known color: Free Speech Magenta. HEX triplet: E9, 56 and DD. RGB value is (233,86,221). Sum of RGB (Red+Green+Blue) = 233+86+221=540 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.15% from 540); Green value is 86 (33.98% from 255 or 15.93% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 233 - color contains mainly: red. Hex color #E956DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E956DD is #16A922. Grayscale: #909090. Windows color (decimal): -1485091 or 14505705. OLE color: 14505705.
HSL color Cylindrical-coordinate representation of color #E956DD: hue angle of 304.9º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E956DD is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 86 | 221 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.09 |
| HSL | 304.9º | 0.77% | 0.63% | - |
| HSV(B) | 304.9º | 0.63% | 0.91% | - |
| XYZ | 49.98 | 29.2 | 71.41 | - |
| YUV | 145.34 | 170.7 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 86 | 221 | 0 | 0.63 | 0.05 | 0.09 | 304.9 | 0.77 | 0.63 |
| Hex | E9 | 56 | DD | 0 | 3F | 5 | 9 | 131 | 4D | 3F |
| Octal | 351 | 126 | 335 | 0 | 77 | 5 | 11 | 461 | 115 | 77 |
| Binary | 11101001 | 1010110 | 11011101 | 0 | 111111 | 101 | 1001 | 100110001 | 1001101 | 111111 |
Color Harmonies of #E956DD
Complementary color
Monochromatic Colors of #E956DD
Black with #E956DD
Text Example
Text Example
White with #E956DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E956DD; }
p { color: rgb(233,86,221); }
H1.HeaderClassName
{
color: #E956DD;
}
.AnyTagClassName
{
color: #E956DD;
}
</style>
background-color css
<style>
a { background-color: #E956DD; }
a { background-color: rgb(233,86,221); }
div.DivClassName
{
background-color: #E956DD;
}
.BgClassName
{
background-color: #E956DD;
}
</style>
border-color css
<style>
span { border-color: #E956DD; }
span { border-color: rgb(233,86,221); }
td.TdClassName
{
border-color: #E956DD;
}
.TagClassName
{
border-color: #E956DD;
}
</style>