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