Html Css Color HEX #E655ED Free Speech Magenta
📋 copy color: '#E655ED'red 230 ◦ green 85 ◦ blue 237
Shades of Free Speech Magenta #E655ED
Tints of Free Speech Magenta #E655ED
RGB
CMYK
RGB Variations
Color information
#E655ED (or 0xE655ED) is known color: Free Speech Magenta. HEX triplet: E6, 55 and ED. RGB value is (230,85,237). Sum of RGB (Red+Green+Blue) = 230+85+237=552 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.67% from 552); Green value is 85 (33.59% from 255 or 15.40% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #E655ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E655ED is #19AA12. Grayscale: #919191. Windows color (decimal): -1681939 or 15554022. OLE color: 15554022.
HSL color Cylindrical-coordinate representation of color #E655ED: hue angle of 297.24º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E655ED is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 85 | 237 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.07 |
| HSL | 297.24º | 0.81% | 0.63% | - |
| HSV(B) | 297.24º | 0.64% | 0.93% | - |
| XYZ | 51.17 | 29.43 | 83.11 | - |
| YUV | 145.68 | 179.54 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 85 | 237 | 0.03 | 0.64 | 0 | 0.07 | 297.24 | 0.81 | 0.63 |
| Hex | E6 | 55 | ED | 3 | 40 | 0 | 7 | 129 | 51 | 3F |
| Octal | 346 | 125 | 355 | 3 | 100 | 0 | 7 | 451 | 121 | 77 |
| Binary | 11100110 | 1010101 | 11101101 | 11 | 1000000 | 0 | 111 | 100101001 | 1010001 | 111111 |
Color Harmonies of #E655ED
Complementary color
Monochromatic Colors of #E655ED
Black with #E655ED
Text Example
Text Example
White with #E655ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E655ED; }
p { color: rgb(230,85,237); }
H1.HeaderClassName
{
color: #E655ED;
}
.AnyTagClassName
{
color: #E655ED;
}
</style>
background-color css
<style>
a { background-color: #E655ED; }
a { background-color: rgb(230,85,237); }
div.DivClassName
{
background-color: #E655ED;
}
.BgClassName
{
background-color: #E655ED;
}
</style>
border-color css
<style>
span { border-color: #E655ED; }
span { border-color: rgb(230,85,237); }
td.TdClassName
{
border-color: #E655ED;
}
.TagClassName
{
border-color: #E655ED;
}
</style>