Html Css Color HEX #E655C9 Free Speech Magenta
📋 copy color: '#E655C9'red 230 ◦ green 85 ◦ blue 201
Shades of Free Speech Magenta #E655C9
Tints of Free Speech Magenta #E655C9
RGB
CMYK
RGB Variations
Color information
#E655C9 (or 0xE655C9) is known color: Free Speech Magenta. HEX triplet: E6, 55 and C9. RGB value is (230,85,201). Sum of RGB (Red+Green+Blue) = 230+85+201=516 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.57% from 516); Green value is 85 (33.59% from 255 or 16.47% from 516); Blue value is 201 (78.91% from 255 or 38.95% from 516); Max value from RGB is 230 - color contains mainly: red. Hex color #E655C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E655C9 is #19AA36. Grayscale: #8D8D8D. Windows color (decimal): -1681975 or 13194726. OLE color: 13194726.
HSL color Cylindrical-coordinate representation of color #E655C9: hue angle of 312º 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 #E655C9 is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 85 | 201 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.10 |
| HSL | 312º | 0.74% | 0.62% | - |
| HSV(B) | 312º | 0.63% | 0.9% | - |
| XYZ | 46.42 | 27.54 | 58.13 | - |
| YUV | 141.58 | 161.54 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 85 | 201 | 0 | 0.63 | 0.13 | 0.10 | 312 | 0.74 | 0.62 |
| Hex | E6 | 55 | C9 | 0 | 3F | D | A | 138 | 4A | 3E |
| Octal | 346 | 125 | 311 | 0 | 77 | 15 | 12 | 470 | 112 | 76 |
| Binary | 11100110 | 1010101 | 11001001 | 0 | 111111 | 1101 | 1010 | 100111000 | 1001010 | 111110 |
Color Harmonies of #E655C9
Complementary color
Monochromatic Colors of #E655C9
Black with #E655C9
Text Example
Text Example
White with #E655C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E655C9; }
p { color: rgb(230,85,201); }
H1.HeaderClassName
{
color: #E655C9;
}
.AnyTagClassName
{
color: #E655C9;
}
</style>
background-color css
<style>
a { background-color: #E655C9; }
a { background-color: rgb(230,85,201); }
div.DivClassName
{
background-color: #E655C9;
}
.BgClassName
{
background-color: #E655C9;
}
</style>
border-color css
<style>
span { border-color: #E655C9; }
span { border-color: rgb(230,85,201); }
td.TdClassName
{
border-color: #E655C9;
}
.TagClassName
{
border-color: #E655C9;
}
</style>