Html Css Color HEX #E855D4 Free Speech Magenta
📋 copy color: '#E855D4'red 232 ◦ green 85 ◦ blue 212
Shades of Free Speech Magenta #E855D4
Tints of Free Speech Magenta #E855D4
RGB
CMYK
RGB Variations
Color information
#E855D4 (or 0xE855D4) is known color: Free Speech Magenta. HEX triplet: E8, 55 and D4. RGB value is (232,85,212). Sum of RGB (Red+Green+Blue) = 232+85+212=529 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.86% from 529); Green value is 85 (33.59% from 255 or 16.07% from 529); Blue value is 212 (83.20% from 255 or 40.08% from 529); Max value from RGB is 232 - color contains mainly: red. Hex color #E855D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E855D4 is #17AA2B. Grayscale: #8F8F8F. Windows color (decimal): -1550892 or 13915624. OLE color: 13915624.
HSL color Cylindrical-coordinate representation of color #E855D4: hue angle of 308.16º 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 #E855D4 is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 85 | 212 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.09 |
| HSL | 308.16º | 0.76% | 0.62% | - |
| HSV(B) | 308.16º | 0.63% | 0.91% | - |
| XYZ | 48.41 | 28.41 | 65.22 | - |
| YUV | 143.43 | 166.7 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 85 | 212 | 0 | 0.63 | 0.09 | 0.09 | 308.16 | 0.76 | 0.62 |
| Hex | E8 | 55 | D4 | 0 | 3F | 9 | 9 | 134 | 4C | 3E |
| Octal | 350 | 125 | 324 | 0 | 77 | 11 | 11 | 464 | 114 | 76 |
| Binary | 11101000 | 1010101 | 11010100 | 0 | 111111 | 1001 | 1001 | 100110100 | 1001100 | 111110 |
Color Harmonies of #E855D4
Complementary color
Monochromatic Colors of #E855D4
Black with #E855D4
Text Example
Text Example
White with #E855D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E855D4; }
p { color: rgb(232,85,212); }
H1.HeaderClassName
{
color: #E855D4;
}
.AnyTagClassName
{
color: #E855D4;
}
</style>
background-color css
<style>
a { background-color: #E855D4; }
a { background-color: rgb(232,85,212); }
div.DivClassName
{
background-color: #E855D4;
}
.BgClassName
{
background-color: #E855D4;
}
</style>
border-color css
<style>
span { border-color: #E855D4; }
span { border-color: rgb(232,85,212); }
td.TdClassName
{
border-color: #E855D4;
}
.TagClassName
{
border-color: #E855D4;
}
</style>