Html Css Color HEX #E655D8 Free Speech Magenta
📋 copy color: '#E655D8'red 230 ◦ green 85 ◦ blue 216
Shades of Free Speech Magenta #E655D8
Tints of Free Speech Magenta #E655D8
RGB
CMYK
RGB Variations
Color information
#E655D8 (or 0xE655D8) is known color: Free Speech Magenta. HEX triplet: E6, 55 and D8. RGB value is (230,85,216). Sum of RGB (Red+Green+Blue) = 230+85+216=531 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.31% from 531); Green value is 85 (33.59% from 255 or 16.01% from 531); Blue value is 216 (84.77% from 255 or 40.68% from 531); Max value from RGB is 230 - color contains mainly: red. Hex color #E655D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E655D8 is #19AA27. Grayscale: #8E8E8E. Windows color (decimal): -1681960 or 14177766. OLE color: 14177766.
HSL color Cylindrical-coordinate representation of color #E655D8: hue angle of 305.79º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E655D8 is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 85 | 216 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.10 |
| HSL | 305.79º | 0.74% | 0.62% | - |
| HSV(B) | 305.79º | 0.63% | 0.9% | - |
| XYZ | 48.28 | 28.28 | 67.88 | - |
| YUV | 143.29 | 169.04 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 85 | 216 | 0 | 0.63 | 0.06 | 0.10 | 305.79 | 0.74 | 0.62 |
| Hex | E6 | 55 | D8 | 0 | 3F | 6 | A | 132 | 4A | 3E |
| Octal | 346 | 125 | 330 | 0 | 77 | 6 | 12 | 462 | 112 | 76 |
| Binary | 11100110 | 1010101 | 11011000 | 0 | 111111 | 110 | 1010 | 100110010 | 1001010 | 111110 |
Color Harmonies of #E655D8
Complementary color
Monochromatic Colors of #E655D8
Black with #E655D8
Text Example
Text Example
White with #E655D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E655D8; }
p { color: rgb(230,85,216); }
H1.HeaderClassName
{
color: #E655D8;
}
.AnyTagClassName
{
color: #E655D8;
}
</style>
background-color css
<style>
a { background-color: #E655D8; }
a { background-color: rgb(230,85,216); }
div.DivClassName
{
background-color: #E655D8;
}
.BgClassName
{
background-color: #E655D8;
}
</style>
border-color css
<style>
span { border-color: #E655D8; }
span { border-color: rgb(230,85,216); }
td.TdClassName
{
border-color: #E655D8;
}
.TagClassName
{
border-color: #E655D8;
}
</style>