Html Css Color HEX #E555CF Free Speech Magenta
📋 copy color: '#E555CF'red 229 ◦ green 85 ◦ blue 207
Shades of Free Speech Magenta #E555CF
Tints of Free Speech Magenta #E555CF
RGB
CMYK
RGB Variations
Color information
#E555CF (or 0xE555CF) is known color: Free Speech Magenta. HEX triplet: E5, 55 and CF. RGB value is (229,85,207). Sum of RGB (Red+Green+Blue) = 229+85+207=521 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.95% from 521); Green value is 85 (33.59% from 255 or 16.31% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 229 - color contains mainly: red. Hex color #E555CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E555CF is #1AAA30. Grayscale: #8D8D8D. Windows color (decimal): -1747505 or 13587941. OLE color: 13587941.
HSL color Cylindrical-coordinate representation of color #E555CF: hue angle of 309.17º degrees, saturation: 0.73, 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 #E555CF is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 85 | 207 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.10 |
| HSL | 309.17º | 0.73% | 0.62% | - |
| HSV(B) | 309.17º | 0.63% | 0.9% | - |
| XYZ | 46.82 | 27.66 | 61.9 | - |
| YUV | 141.96 | 164.71 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 85 | 207 | 0 | 0.63 | 0.10 | 0.10 | 309.17 | 0.73 | 0.62 |
| Hex | E5 | 55 | CF | 0 | 3F | A | A | 135 | 49 | 3E |
| Octal | 345 | 125 | 317 | 0 | 77 | 12 | 12 | 465 | 111 | 76 |
| Binary | 11100101 | 1010101 | 11001111 | 0 | 111111 | 1010 | 1010 | 100110101 | 1001001 | 111110 |
Color Harmonies of #E555CF
Complementary color
Monochromatic Colors of #E555CF
Black with #E555CF
Text Example
Text Example
White with #E555CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E555CF; }
p { color: rgb(229,85,207); }
H1.HeaderClassName
{
color: #E555CF;
}
.AnyTagClassName
{
color: #E555CF;
}
</style>
background-color css
<style>
a { background-color: #E555CF; }
a { background-color: rgb(229,85,207); }
div.DivClassName
{
background-color: #E555CF;
}
.BgClassName
{
background-color: #E555CF;
}
</style>
border-color css
<style>
span { border-color: #E555CF; }
span { border-color: rgb(229,85,207); }
td.TdClassName
{
border-color: #E555CF;
}
.TagClassName
{
border-color: #E555CF;
}
</style>