Html Css Color HEX #E855DD Free Speech Magenta
📋 copy color: '#E855DD'red 232 ◦ green 85 ◦ blue 221
Shades of Free Speech Magenta #E855DD
Tints of Free Speech Magenta #E855DD
RGB
CMYK
RGB Variations
Color information
#E855DD (or 0xE855DD) is known color: Free Speech Magenta. HEX triplet: E8, 55 and DD. RGB value is (232,85,221). Sum of RGB (Red+Green+Blue) = 232+85+221=538 (71% of max value = 765). Red value is 232 (91.02% from 255 or 43.12% from 538); Green value is 85 (33.59% from 255 or 15.80% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 232 - color contains mainly: red. Hex color #E855DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E855DD is #17AA22. Grayscale: #909090. Windows color (decimal): -1550883 or 14505448. OLE color: 14505448.
HSL color Cylindrical-coordinate representation of color #E855DD: hue angle of 304.49º degrees, saturation: 0.76, 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 #E855DD is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 85 | 221 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.09 |
| HSL | 304.49º | 0.76% | 0.62% | - |
| HSV(B) | 304.49º | 0.63% | 0.91% | - |
| XYZ | 49.58 | 28.87 | 71.37 | - |
| YUV | 144.46 | 171.2 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 85 | 221 | 0 | 0.63 | 0.05 | 0.09 | 304.49 | 0.76 | 0.62 |
| Hex | E8 | 55 | DD | 0 | 3F | 5 | 9 | 130 | 4C | 3E |
| Octal | 350 | 125 | 335 | 0 | 77 | 5 | 11 | 460 | 114 | 76 |
| Binary | 11101000 | 1010101 | 11011101 | 0 | 111111 | 101 | 1001 | 100110000 | 1001100 | 111110 |
Color Harmonies of #E855DD
Complementary color
Monochromatic Colors of #E855DD
Black with #E855DD
Text Example
Text Example
White with #E855DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E855DD; }
p { color: rgb(232,85,221); }
H1.HeaderClassName
{
color: #E855DD;
}
.AnyTagClassName
{
color: #E855DD;
}
</style>
background-color css
<style>
a { background-color: #E855DD; }
a { background-color: rgb(232,85,221); }
div.DivClassName
{
background-color: #E855DD;
}
.BgClassName
{
background-color: #E855DD;
}
</style>
border-color css
<style>
span { border-color: #E855DD; }
span { border-color: rgb(232,85,221); }
td.TdClassName
{
border-color: #E855DD;
}
.TagClassName
{
border-color: #E855DD;
}
</style>