Html Css Color HEX #E55CCE Free Speech Magenta
📋 copy color: '#E55CCE'red 229 ◦ green 92 ◦ blue 206
Shades of Free Speech Magenta #E55CCE
Tints of Free Speech Magenta #E55CCE
RGB
CMYK
RGB Variations
Color information
#E55CCE (or 0xE55CCE) is known color: Free Speech Magenta. HEX triplet: E5, 5C and CE. RGB value is (229,92,206). Sum of RGB (Red+Green+Blue) = 229+92+206=527 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.45% from 527); Green value is 92 (36.33% from 255 or 17.46% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 229 - color contains mainly: red. Hex color #E55CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55CCE is #1AA331. Grayscale: #919191. Windows color (decimal): -1745714 or 13524197. OLE color: 13524197.
HSL color Cylindrical-coordinate representation of color #E55CCE: hue angle of 310.07º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E55CCE is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 92 | 206 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.10 |
| HSL | 310.07º | 0.72% | 0.63% | - |
| HSV(B) | 310.07º | 0.6% | 0.9% | - |
| XYZ | 47.28 | 28.77 | 61.45 | - |
| YUV | 145.96 | 161.89 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 92 | 206 | 0 | 0.60 | 0.10 | 0.10 | 310.07 | 0.72 | 0.63 |
| Hex | E5 | 5C | CE | 0 | 3C | A | A | 136 | 48 | 3F |
| Octal | 345 | 134 | 316 | 0 | 74 | 12 | 12 | 466 | 110 | 77 |
| Binary | 11100101 | 1011100 | 11001110 | 0 | 111100 | 1010 | 1010 | 100110110 | 1001000 | 111111 |
Color Harmonies of #E55CCE
Complementary color
Monochromatic Colors of #E55CCE
Black with #E55CCE
Text Example
Text Example
White with #E55CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55CCE; }
p { color: rgb(229,92,206); }
H1.HeaderClassName
{
color: #E55CCE;
}
.AnyTagClassName
{
color: #E55CCE;
}
</style>
background-color css
<style>
a { background-color: #E55CCE; }
a { background-color: rgb(229,92,206); }
div.DivClassName
{
background-color: #E55CCE;
}
.BgClassName
{
background-color: #E55CCE;
}
</style>
border-color css
<style>
span { border-color: #E55CCE; }
span { border-color: rgb(229,92,206); }
td.TdClassName
{
border-color: #E55CCE;
}
.TagClassName
{
border-color: #E55CCE;
}
</style>