Html Css Color HEX #E655CF Free Speech Magenta
📋 copy color: '#E655CF'red 230 ◦ green 85 ◦ blue 207
Shades of Free Speech Magenta #E655CF
Tints of Free Speech Magenta #E655CF
RGB
CMYK
RGB Variations
Color information
#E655CF (or 0xE655CF) is known color: Free Speech Magenta. HEX triplet: E6, 55 and CF. RGB value is (230,85,207). Sum of RGB (Red+Green+Blue) = 230+85+207=522 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.06% from 522); Green value is 85 (33.59% from 255 or 16.28% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 230 - color contains mainly: red. Hex color #E655CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E655CF is #19AA30. Grayscale: #8D8D8D. Windows color (decimal): -1681969 or 13587942. OLE color: 13587942.
HSL color Cylindrical-coordinate representation of color #E655CF: hue angle of 309.52º 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 #E655CF is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 85 | 207 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.10 |
| HSL | 309.52º | 0.74% | 0.62% | - |
| HSV(B) | 309.52º | 0.63% | 0.9% | - |
| XYZ | 47.14 | 27.82 | 61.92 | - |
| YUV | 142.26 | 164.54 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 85 | 207 | 0 | 0.63 | 0.10 | 0.10 | 309.52 | 0.74 | 0.62 |
| Hex | E6 | 55 | CF | 0 | 3F | A | A | 136 | 4A | 3E |
| Octal | 346 | 125 | 317 | 0 | 77 | 12 | 12 | 466 | 112 | 76 |
| Binary | 11100110 | 1010101 | 11001111 | 0 | 111111 | 1010 | 1010 | 100110110 | 1001010 | 111110 |
Color Harmonies of #E655CF
Complementary color
Monochromatic Colors of #E655CF
Black with #E655CF
Text Example
Text Example
White with #E655CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E655CF; }
p { color: rgb(230,85,207); }
H1.HeaderClassName
{
color: #E655CF;
}
.AnyTagClassName
{
color: #E655CF;
}
</style>
background-color css
<style>
a { background-color: #E655CF; }
a { background-color: rgb(230,85,207); }
div.DivClassName
{
background-color: #E655CF;
}
.BgClassName
{
background-color: #E655CF;
}
</style>
border-color css
<style>
span { border-color: #E655CF; }
span { border-color: rgb(230,85,207); }
td.TdClassName
{
border-color: #E655CF;
}
.TagClassName
{
border-color: #E655CF;
}
</style>