Html Css Color HEX #E551CF Free Speech Magenta
📋 copy color: '#E551CF'red 229 ◦ green 81 ◦ blue 207
Shades of Free Speech Magenta #E551CF
Tints of Free Speech Magenta #E551CF
RGB
CMYK
RGB Variations
Color information
#E551CF (or 0xE551CF) is known color: Free Speech Magenta. HEX triplet: E5, 51 and CF. RGB value is (229,81,207). Sum of RGB (Red+Green+Blue) = 229+81+207=517 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.29% from 517); Green value is 81 (32.03% from 255 or 15.67% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 229 - color contains mainly: red. Hex color #E551CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E551CF is #1AAE30. Grayscale: #8B8B8B. Windows color (decimal): -1748529 or 13586917. OLE color: 13586917.
HSL color Cylindrical-coordinate representation of color #E551CF: hue angle of 308.92º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E551CF is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 81 | 207 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.10 |
| HSL | 308.92º | 0.74% | 0.61% | - |
| HSV(B) | 308.92º | 0.65% | 0.9% | - |
| XYZ | 46.52 | 27.05 | 61.8 | - |
| YUV | 139.62 | 166.03 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 81 | 207 | 0 | 0.65 | 0.10 | 0.10 | 308.92 | 0.74 | 0.61 |
| Hex | E5 | 51 | CF | 0 | 41 | A | A | 135 | 4A | 3D |
| Octal | 345 | 121 | 317 | 0 | 101 | 12 | 12 | 465 | 112 | 75 |
| Binary | 11100101 | 1010001 | 11001111 | 0 | 1000001 | 1010 | 1010 | 100110101 | 1001010 | 111101 |
Color Harmonies of #E551CF
Complementary color
Monochromatic Colors of #E551CF
Black with #E551CF
Text Example
Text Example
White with #E551CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E551CF; }
p { color: rgb(229,81,207); }
H1.HeaderClassName
{
color: #E551CF;
}
.AnyTagClassName
{
color: #E551CF;
}
</style>
background-color css
<style>
a { background-color: #E551CF; }
a { background-color: rgb(229,81,207); }
div.DivClassName
{
background-color: #E551CF;
}
.BgClassName
{
background-color: #E551CF;
}
</style>
border-color css
<style>
span { border-color: #E551CF; }
span { border-color: rgb(229,81,207); }
td.TdClassName
{
border-color: #E551CF;
}
.TagClassName
{
border-color: #E551CF;
}
</style>