Html Css Color HEX #E553BE Free Speech Magenta
📋 copy color: '#E553BE'red 229 ◦ green 83 ◦ blue 190
Shades of Free Speech Magenta #E553BE
Tints of Free Speech Magenta #E553BE
RGB
CMYK
RGB Variations
Color information
#E553BE (or 0xE553BE) is known color: Free Speech Magenta. HEX triplet: E5, 53 and BE. RGB value is (229,83,190). Sum of RGB (Red+Green+Blue) = 229+83+190=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 83 (32.81% from 255 or 16.53% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 229 - color contains mainly: red. Hex color #E553BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E553BE is #1AAC41. Grayscale: #8A8A8A. Windows color (decimal): -1748034 or 12473317. OLE color: 12473317.
HSL color Cylindrical-coordinate representation of color #E553BE: hue angle of 316.03º 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 #E553BE is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 83 | 190 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.10 |
| HSL | 316.03º | 0.74% | 0.61% | - |
| HSV(B) | 316.03º | 0.64% | 0.9% | - |
| XYZ | 44.7 | 26.56 | 51.49 | - |
| YUV | 138.85 | 156.87 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 83 | 190 | 0 | 0.64 | 0.17 | 0.10 | 316.03 | 0.74 | 0.61 |
| Hex | E5 | 53 | BE | 0 | 40 | 11 | A | 13C | 4A | 3D |
| Octal | 345 | 123 | 276 | 0 | 100 | 21 | 12 | 474 | 112 | 75 |
| Binary | 11100101 | 1010011 | 10111110 | 0 | 1000000 | 10001 | 1010 | 100111100 | 1001010 | 111101 |
Color Harmonies of #E553BE
Complementary color
Monochromatic Colors of #E553BE
Black with #E553BE
Text Example
Text Example
White with #E553BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E553BE; }
p { color: rgb(229,83,190); }
H1.HeaderClassName
{
color: #E553BE;
}
.AnyTagClassName
{
color: #E553BE;
}
</style>
background-color css
<style>
a { background-color: #E553BE; }
a { background-color: rgb(229,83,190); }
div.DivClassName
{
background-color: #E553BE;
}
.BgClassName
{
background-color: #E553BE;
}
</style>
border-color css
<style>
span { border-color: #E553BE; }
span { border-color: rgb(229,83,190); }
td.TdClassName
{
border-color: #E553BE;
}
.TagClassName
{
border-color: #E553BE;
}
</style>