Html Css Color HEX #E655D9 Free Speech Magenta
📋 copy color: '#E655D9'red 230 ◦ green 85 ◦ blue 217
Shades of Free Speech Magenta #E655D9
Tints of Free Speech Magenta #E655D9
RGB
CMYK
RGB Variations
Color information
#E655D9 (or 0xE655D9) is known color: Free Speech Magenta. HEX triplet: E6, 55 and D9. RGB value is (230,85,217). Sum of RGB (Red+Green+Blue) = 230+85+217=532 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.23% from 532); Green value is 85 (33.59% from 255 or 15.98% from 532); Blue value is 217 (85.16% from 255 or 40.79% from 532); Max value from RGB is 230 - color contains mainly: red. Hex color #E655D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E655D9 is #19AA26. Grayscale: #8F8F8F. Windows color (decimal): -1681959 or 14243302. OLE color: 14243302.
HSL color Cylindrical-coordinate representation of color #E655D9: hue angle of 305.38º 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 #E655D9 is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 85 | 217 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.10 |
| HSL | 305.38º | 0.74% | 0.62% | - |
| HSV(B) | 305.38º | 0.63% | 0.9% | - |
| XYZ | 48.41 | 28.33 | 68.56 | - |
| YUV | 143.4 | 169.54 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 85 | 217 | 0 | 0.63 | 0.06 | 0.10 | 305.38 | 0.74 | 0.62 |
| Hex | E6 | 55 | D9 | 0 | 3F | 6 | A | 131 | 4A | 3E |
| Octal | 346 | 125 | 331 | 0 | 77 | 6 | 12 | 461 | 112 | 76 |
| Binary | 11100110 | 1010101 | 11011001 | 0 | 111111 | 110 | 1010 | 100110001 | 1001010 | 111110 |
Color Harmonies of #E655D9
Complementary color
Monochromatic Colors of #E655D9
Black with #E655D9
Text Example
Text Example
White with #E655D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E655D9; }
p { color: rgb(230,85,217); }
H1.HeaderClassName
{
color: #E655D9;
}
.AnyTagClassName
{
color: #E655D9;
}
</style>
background-color css
<style>
a { background-color: #E655D9; }
a { background-color: rgb(230,85,217); }
div.DivClassName
{
background-color: #E655D9;
}
.BgClassName
{
background-color: #E655D9;
}
</style>
border-color css
<style>
span { border-color: #E655D9; }
span { border-color: rgb(230,85,217); }
td.TdClassName
{
border-color: #E655D9;
}
.TagClassName
{
border-color: #E655D9;
}
</style>