Html Css Color HEX #E855D2 Free Speech Magenta
📋 copy color: '#E855D2'red 232 ◦ green 85 ◦ blue 210
Shades of Free Speech Magenta #E855D2
Tints of Free Speech Magenta #E855D2
RGB
CMYK
RGB Variations
Color information
#E855D2 (or 0xE855D2) is known color: Free Speech Magenta. HEX triplet: E8, 55 and D2. RGB value is (232,85,210). Sum of RGB (Red+Green+Blue) = 232+85+210=527 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.02% from 527); Green value is 85 (33.59% from 255 or 16.13% from 527); Blue value is 210 (82.42% from 255 or 39.85% from 527); Max value from RGB is 232 - color contains mainly: red. Hex color #E855D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E855D2 is #17AA2D. Grayscale: #8E8E8E. Windows color (decimal): -1550894 or 13784552. OLE color: 13784552.
HSL color Cylindrical-coordinate representation of color #E855D2: hue angle of 308.98º 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 #E855D2 is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 85 | 210 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.09 |
| HSL | 308.98º | 0.76% | 0.62% | - |
| HSV(B) | 308.98º | 0.63% | 0.91% | - |
| XYZ | 48.16 | 28.31 | 63.9 | - |
| YUV | 143.2 | 165.7 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 85 | 210 | 0 | 0.63 | 0.09 | 0.09 | 308.98 | 0.76 | 0.62 |
| Hex | E8 | 55 | D2 | 0 | 3F | 9 | 9 | 135 | 4C | 3E |
| Octal | 350 | 125 | 322 | 0 | 77 | 11 | 11 | 465 | 114 | 76 |
| Binary | 11101000 | 1010101 | 11010010 | 0 | 111111 | 1001 | 1001 | 100110101 | 1001100 | 111110 |
Color Harmonies of #E855D2
Complementary color
Monochromatic Colors of #E855D2
Black with #E855D2
Text Example
Text Example
White with #E855D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E855D2; }
p { color: rgb(232,85,210); }
H1.HeaderClassName
{
color: #E855D2;
}
.AnyTagClassName
{
color: #E855D2;
}
</style>
background-color css
<style>
a { background-color: #E855D2; }
a { background-color: rgb(232,85,210); }
div.DivClassName
{
background-color: #E855D2;
}
.BgClassName
{
background-color: #E855D2;
}
</style>
border-color css
<style>
span { border-color: #E855D2; }
span { border-color: rgb(232,85,210); }
td.TdClassName
{
border-color: #E855D2;
}
.TagClassName
{
border-color: #E855D2;
}
</style>