Html Css Color HEX #E552BF Free Speech Magenta
📋 copy color: '#E552BF'red 229 ◦ green 82 ◦ blue 191
Shades of Free Speech Magenta #E552BF
Tints of Free Speech Magenta #E552BF
RGB
CMYK
RGB Variations
Color information
#E552BF (or 0xE552BF) is known color: Free Speech Magenta. HEX triplet: E5, 52 and BF. RGB value is (229,82,191). Sum of RGB (Red+Green+Blue) = 229+82+191=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 82 (32.42% from 255 or 16.33% from 502); Blue value is 191 (75% from 255 or 38.05% from 502); Max value from RGB is 229 - color contains mainly: red. Hex color #E552BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E552BF is #1AAD40. Grayscale: #8A8A8A. Windows color (decimal): -1748289 or 12538597. OLE color: 12538597.
HSL color Cylindrical-coordinate representation of color #E552BF: hue angle of 315.51º 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 #E552BF is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 82 | 191 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.10 |
| HSL | 315.51º | 0.74% | 0.61% | - |
| HSV(B) | 315.51º | 0.64% | 0.9% | - |
| XYZ | 44.73 | 26.45 | 52.04 | - |
| YUV | 138.38 | 157.7 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 82 | 191 | 0 | 0.64 | 0.17 | 0.10 | 315.51 | 0.74 | 0.61 |
| Hex | E5 | 52 | BF | 0 | 40 | 11 | A | 13C | 4A | 3D |
| Octal | 345 | 122 | 277 | 0 | 100 | 21 | 12 | 474 | 112 | 75 |
| Binary | 11100101 | 1010010 | 10111111 | 0 | 1000000 | 10001 | 1010 | 100111100 | 1001010 | 111101 |
Color Harmonies of #E552BF
Complementary color
Monochromatic Colors of #E552BF
Black with #E552BF
Text Example
Text Example
White with #E552BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E552BF; }
p { color: rgb(229,82,191); }
H1.HeaderClassName
{
color: #E552BF;
}
.AnyTagClassName
{
color: #E552BF;
}
</style>
background-color css
<style>
a { background-color: #E552BF; }
a { background-color: rgb(229,82,191); }
div.DivClassName
{
background-color: #E552BF;
}
.BgClassName
{
background-color: #E552BF;
}
</style>
border-color css
<style>
span { border-color: #E552BF; }
span { border-color: rgb(229,82,191); }
td.TdClassName
{
border-color: #E552BF;
}
.TagClassName
{
border-color: #E552BF;
}
</style>