Html Css Color HEX #E655E7 Free Speech Magenta
📋 copy color: '#E655E7'red 230 ◦ green 85 ◦ blue 231
Shades of Free Speech Magenta #E655E7
Tints of Free Speech Magenta #E655E7
RGB
CMYK
RGB Variations
Color information
#E655E7 (or 0xE655E7) is known color: Free Speech Magenta. HEX triplet: E6, 55 and E7. RGB value is (230,85,231). Sum of RGB (Red+Green+Blue) = 230+85+231=546 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.12% from 546); Green value is 85 (33.59% from 255 or 15.57% from 546); Blue value is 231 (90.62% from 255 or 42.31% from 546); Max value from RGB is 231 - color contains mainly: blue. Hex color #E655E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E655E7 is #19AA18. Grayscale: #909090. Windows color (decimal): -1681945 or 15160806. OLE color: 15160806.
HSL color Cylindrical-coordinate representation of color #E655E7: hue angle of 299.59º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E655E7 is Cyan = 0.00, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 85 | 231 | - |
| CMYK | 0.00 | 0.63 | 0 | 0.09 |
| HSL | 299.59º | 0.75% | 0.62% | - |
| HSV(B) | 299.59º | 0.63% | 0.91% | - |
| XYZ | 50.31 | 29.09 | 78.56 | - |
| YUV | 145 | 176.54 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 85 | 231 | 0.00 | 0.63 | 0 | 0.09 | 299.59 | 0.75 | 0.62 |
| Hex | E6 | 55 | E7 | 0 | 3F | 0 | 9 | 12C | 4B | 3E |
| Octal | 346 | 125 | 347 | 0 | 77 | 0 | 11 | 454 | 113 | 76 |
| Binary | 11100110 | 1010101 | 11100111 | 0 | 111111 | 0 | 1001 | 100101100 | 1001011 | 111110 |
Color Harmonies of #E655E7
Complementary color
Monochromatic Colors of #E655E7
Black with #E655E7
Text Example
Text Example
White with #E655E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E655E7; }
p { color: rgb(230,85,231); }
H1.HeaderClassName
{
color: #E655E7;
}
.AnyTagClassName
{
color: #E655E7;
}
</style>
background-color css
<style>
a { background-color: #E655E7; }
a { background-color: rgb(230,85,231); }
div.DivClassName
{
background-color: #E655E7;
}
.BgClassName
{
background-color: #E655E7;
}
</style>
border-color css
<style>
span { border-color: #E655E7; }
span { border-color: rgb(230,85,231); }
td.TdClassName
{
border-color: #E655E7;
}
.TagClassName
{
border-color: #E655E7;
}
</style>