Html Css Color HEX #E755DD Free Speech Magenta
📋 copy color: '#E755DD'red 231 ◦ green 85 ◦ blue 221
Shades of Free Speech Magenta #E755DD
Tints of Free Speech Magenta #E755DD
RGB
CMYK
RGB Variations
Color information
#E755DD (or 0xE755DD) is known color: Free Speech Magenta. HEX triplet: E7, 55 and DD. RGB value is (231,85,221). Sum of RGB (Red+Green+Blue) = 231+85+221=537 (71% of max value = 765). Red value is 231 (90.62% from 255 or 43.02% from 537); Green value is 85 (33.59% from 255 or 15.83% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 231 - color contains mainly: red. Hex color #E755DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E755DD is #18AA22. Grayscale: #8F8F8F. Windows color (decimal): -1616419 or 14505447. OLE color: 14505447.
HSL color Cylindrical-coordinate representation of color #E755DD: hue angle of 304.11º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E755DD is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 85 | 221 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.09 |
| HSL | 304.11º | 0.75% | 0.62% | - |
| HSV(B) | 304.11º | 0.63% | 0.91% | - |
| XYZ | 49.25 | 28.71 | 71.35 | - |
| YUV | 144.16 | 171.37 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 85 | 221 | 0 | 0.63 | 0.04 | 0.09 | 304.11 | 0.75 | 0.62 |
| Hex | E7 | 55 | DD | 0 | 3F | 4 | 9 | 130 | 4B | 3E |
| Octal | 347 | 125 | 335 | 0 | 77 | 4 | 11 | 460 | 113 | 76 |
| Binary | 11100111 | 1010101 | 11011101 | 0 | 111111 | 100 | 1001 | 100110000 | 1001011 | 111110 |
Color Harmonies of #E755DD
Complementary color
Monochromatic Colors of #E755DD
Black with #E755DD
Text Example
Text Example
White with #E755DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E755DD; }
p { color: rgb(231,85,221); }
H1.HeaderClassName
{
color: #E755DD;
}
.AnyTagClassName
{
color: #E755DD;
}
</style>
background-color css
<style>
a { background-color: #E755DD; }
a { background-color: rgb(231,85,221); }
div.DivClassName
{
background-color: #E755DD;
}
.BgClassName
{
background-color: #E755DD;
}
</style>
border-color css
<style>
span { border-color: #E755DD; }
span { border-color: rgb(231,85,221); }
td.TdClassName
{
border-color: #E755DD;
}
.TagClassName
{
border-color: #E755DD;
}
</style>