Html Css Color HEX #E552BC Free Speech Magenta
📋 copy color: '#E552BC'red 229 ◦ green 82 ◦ blue 188
Shades of Free Speech Magenta #E552BC
Tints of Free Speech Magenta #E552BC
RGB
CMYK
RGB Variations
Color information
#E552BC (or 0xE552BC) is known color: Free Speech Magenta. HEX triplet: E5, 52 and BC. RGB value is (229,82,188). Sum of RGB (Red+Green+Blue) = 229+82+188=499 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.89% from 499); Green value is 82 (32.42% from 255 or 16.43% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 229 - color contains mainly: red. Hex color #E552BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E552BC is #1AAD43. Grayscale: #898989. Windows color (decimal): -1748292 or 12341989. OLE color: 12341989.
HSL color Cylindrical-coordinate representation of color #E552BC: hue angle of 316.73º 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 #E552BC is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 82 | 188 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.10 |
| HSL | 316.73º | 0.74% | 0.61% | - |
| HSV(B) | 316.73º | 0.64% | 0.9% | - |
| XYZ | 44.41 | 26.32 | 50.32 | - |
| YUV | 138.04 | 156.2 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 82 | 188 | 0 | 0.64 | 0.18 | 0.10 | 316.73 | 0.74 | 0.61 |
| Hex | E5 | 52 | BC | 0 | 40 | 12 | A | 13D | 4A | 3D |
| Octal | 345 | 122 | 274 | 0 | 100 | 22 | 12 | 475 | 112 | 75 |
| Binary | 11100101 | 1010010 | 10111100 | 0 | 1000000 | 10010 | 1010 | 100111101 | 1001010 | 111101 |
Color Harmonies of #E552BC
Complementary color
Monochromatic Colors of #E552BC
Black with #E552BC
Text Example
Text Example
White with #E552BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E552BC; }
p { color: rgb(229,82,188); }
H1.HeaderClassName
{
color: #E552BC;
}
.AnyTagClassName
{
color: #E552BC;
}
</style>
background-color css
<style>
a { background-color: #E552BC; }
a { background-color: rgb(229,82,188); }
div.DivClassName
{
background-color: #E552BC;
}
.BgClassName
{
background-color: #E552BC;
}
</style>
border-color css
<style>
span { border-color: #E552BC; }
span { border-color: rgb(229,82,188); }
td.TdClassName
{
border-color: #E552BC;
}
.TagClassName
{
border-color: #E552BC;
}
</style>