Html Css Color HEX #E554CC Free Speech Magenta
📋 copy color: '#E554CC'red 229 ◦ green 84 ◦ blue 204
Shades of Free Speech Magenta #E554CC
Tints of Free Speech Magenta #E554CC
RGB
CMYK
RGB Variations
Color information
#E554CC (or 0xE554CC) is known color: Free Speech Magenta. HEX triplet: E5, 54 and CC. RGB value is (229,84,204). Sum of RGB (Red+Green+Blue) = 229+84+204=517 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.29% from 517); Green value is 84 (33.20% from 255 or 16.25% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 229 - color contains mainly: red. Hex color #E554CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E554CC is #1AAB33. Grayscale: #8C8C8C. Windows color (decimal): -1747764 or 13391077. OLE color: 13391077.
HSL color Cylindrical-coordinate representation of color #E554CC: hue angle of 310.34º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E554CC is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 84 | 204 | - |
| CMYK | 0 | 0.63 | 0.11 | 0.10 |
| HSL | 310.34º | 0.74% | 0.61% | - |
| HSV(B) | 310.34º | 0.63% | 0.9% | - |
| XYZ | 46.38 | 27.36 | 59.96 | - |
| YUV | 141.04 | 163.54 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 84 | 204 | 0 | 0.63 | 0.11 | 0.10 | 310.34 | 0.74 | 0.61 |
| Hex | E5 | 54 | CC | 0 | 3F | B | A | 136 | 4A | 3D |
| Octal | 345 | 124 | 314 | 0 | 77 | 13 | 12 | 466 | 112 | 75 |
| Binary | 11100101 | 1010100 | 11001100 | 0 | 111111 | 1011 | 1010 | 100110110 | 1001010 | 111101 |
Color Harmonies of #E554CC
Complementary color
Monochromatic Colors of #E554CC
Black with #E554CC
Text Example
Text Example
White with #E554CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E554CC; }
p { color: rgb(229,84,204); }
H1.HeaderClassName
{
color: #E554CC;
}
.AnyTagClassName
{
color: #E554CC;
}
</style>
background-color css
<style>
a { background-color: #E554CC; }
a { background-color: rgb(229,84,204); }
div.DivClassName
{
background-color: #E554CC;
}
.BgClassName
{
background-color: #E554CC;
}
</style>
border-color css
<style>
span { border-color: #E554CC; }
span { border-color: rgb(229,84,204); }
td.TdClassName
{
border-color: #E554CC;
}
.TagClassName
{
border-color: #E554CC;
}
</style>