Html Css Color HEX #E553CF Free Speech Magenta
📋 copy color: '#E553CF'red 229 ◦ green 83 ◦ blue 207
Shades of Free Speech Magenta #E553CF
Tints of Free Speech Magenta #E553CF
RGB
CMYK
RGB Variations
Color information
#E553CF (or 0xE553CF) is known color: Free Speech Magenta. HEX triplet: E5, 53 and CF. RGB value is (229,83,207). Sum of RGB (Red+Green+Blue) = 229+83+207=519 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.12% from 519); Green value is 83 (32.81% from 255 or 15.99% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 229 - color contains mainly: red. Hex color #E553CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E553CF is #1AAC30. Grayscale: #8C8C8C. Windows color (decimal): -1748017 or 13587429. OLE color: 13587429.
HSL color Cylindrical-coordinate representation of color #E553CF: hue angle of 309.04º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E553CF is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 83 | 207 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.10 |
| HSL | 309.04º | 0.74% | 0.61% | - |
| HSV(B) | 309.04º | 0.64% | 0.9% | - |
| XYZ | 46.67 | 27.35 | 61.85 | - |
| YUV | 140.79 | 165.37 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 83 | 207 | 0 | 0.64 | 0.10 | 0.10 | 309.04 | 0.74 | 0.61 |
| Hex | E5 | 53 | CF | 0 | 40 | A | A | 135 | 4A | 3D |
| Octal | 345 | 123 | 317 | 0 | 100 | 12 | 12 | 465 | 112 | 75 |
| Binary | 11100101 | 1010011 | 11001111 | 0 | 1000000 | 1010 | 1010 | 100110101 | 1001010 | 111101 |
Color Harmonies of #E553CF
Complementary color
Monochromatic Colors of #E553CF
Black with #E553CF
Text Example
Text Example
White with #E553CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E553CF; }
p { color: rgb(229,83,207); }
H1.HeaderClassName
{
color: #E553CF;
}
.AnyTagClassName
{
color: #E553CF;
}
</style>
background-color css
<style>
a { background-color: #E553CF; }
a { background-color: rgb(229,83,207); }
div.DivClassName
{
background-color: #E553CF;
}
.BgClassName
{
background-color: #E553CF;
}
</style>
border-color css
<style>
span { border-color: #E553CF; }
span { border-color: rgb(229,83,207); }
td.TdClassName
{
border-color: #E553CF;
}
.TagClassName
{
border-color: #E553CF;
}
</style>