Html Css Color HEX #E555CC Free Speech Magenta
📋 copy color: '#E555CC'red 229 ◦ green 85 ◦ blue 204
Shades of Free Speech Magenta #E555CC
Tints of Free Speech Magenta #E555CC
RGB
CMYK
RGB Variations
Color information
#E555CC (or 0xE555CC) is known color: Free Speech Magenta. HEX triplet: E5, 55 and CC. RGB value is (229,85,204). Sum of RGB (Red+Green+Blue) = 229+85+204=518 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.21% from 518); Green value is 85 (33.59% from 255 or 16.41% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 229 - color contains mainly: red. Hex color #E555CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E555CC is #1AAA33. Grayscale: #8D8D8D. Windows color (decimal): -1747508 or 13391333. OLE color: 13391333.
HSL color Cylindrical-coordinate representation of color #E555CC: hue angle of 310.42º 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 #E555CC is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 85 | 204 | - |
| CMYK | 0 | 0.63 | 0.11 | 0.10 |
| HSL | 310.42º | 0.73% | 0.62% | - |
| HSV(B) | 310.42º | 0.63% | 0.9% | - |
| XYZ | 46.46 | 27.51 | 59.99 | - |
| YUV | 141.62 | 163.21 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 85 | 204 | 0 | 0.63 | 0.11 | 0.10 | 310.42 | 0.73 | 0.62 |
| Hex | E5 | 55 | CC | 0 | 3F | B | A | 136 | 49 | 3E |
| Octal | 345 | 125 | 314 | 0 | 77 | 13 | 12 | 466 | 111 | 76 |
| Binary | 11100101 | 1010101 | 11001100 | 0 | 111111 | 1011 | 1010 | 100110110 | 1001001 | 111110 |
Color Harmonies of #E555CC
Complementary color
Monochromatic Colors of #E555CC
Black with #E555CC
Text Example
Text Example
White with #E555CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E555CC; }
p { color: rgb(229,85,204); }
H1.HeaderClassName
{
color: #E555CC;
}
.AnyTagClassName
{
color: #E555CC;
}
</style>
background-color css
<style>
a { background-color: #E555CC; }
a { background-color: rgb(229,85,204); }
div.DivClassName
{
background-color: #E555CC;
}
.BgClassName
{
background-color: #E555CC;
}
</style>
border-color css
<style>
span { border-color: #E555CC; }
span { border-color: rgb(229,85,204); }
td.TdClassName
{
border-color: #E555CC;
}
.TagClassName
{
border-color: #E555CC;
}
</style>