Html Css Color HEX #E553CD Free Speech Magenta
📋 copy color: '#E553CD'red 229 ◦ green 83 ◦ blue 205
Shades of Free Speech Magenta #E553CD
Tints of Free Speech Magenta #E553CD
RGB
CMYK
RGB Variations
Color information
#E553CD (or 0xE553CD) is known color: Free Speech Magenta. HEX triplet: E5, 53 and CD. RGB value is (229,83,205). Sum of RGB (Red+Green+Blue) = 229+83+205=517 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.29% from 517); Green value is 83 (32.81% from 255 or 16.05% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 229 - color contains mainly: red. Hex color #E553CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E553CD is #1AAC32. Grayscale: #8C8C8C. Windows color (decimal): -1748019 or 13456357. OLE color: 13456357.
HSL color Cylindrical-coordinate representation of color #E553CD: hue angle of 309.86º 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 #E553CD is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 83 | 205 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.10 |
| HSL | 309.86º | 0.74% | 0.61% | - |
| HSV(B) | 309.86º | 0.64% | 0.9% | - |
| XYZ | 46.43 | 27.25 | 60.57 | - |
| YUV | 140.56 | 164.37 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 83 | 205 | 0 | 0.64 | 0.10 | 0.10 | 309.86 | 0.74 | 0.61 |
| Hex | E5 | 53 | CD | 0 | 40 | A | A | 136 | 4A | 3D |
| Octal | 345 | 123 | 315 | 0 | 100 | 12 | 12 | 466 | 112 | 75 |
| Binary | 11100101 | 1010011 | 11001101 | 0 | 1000000 | 1010 | 1010 | 100110110 | 1001010 | 111101 |
Color Harmonies of #E553CD
Complementary color
Monochromatic Colors of #E553CD
Black with #E553CD
Text Example
Text Example
White with #E553CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E553CD; }
p { color: rgb(229,83,205); }
H1.HeaderClassName
{
color: #E553CD;
}
.AnyTagClassName
{
color: #E553CD;
}
</style>
background-color css
<style>
a { background-color: #E553CD; }
a { background-color: rgb(229,83,205); }
div.DivClassName
{
background-color: #E553CD;
}
.BgClassName
{
background-color: #E553CD;
}
</style>
border-color css
<style>
span { border-color: #E553CD; }
span { border-color: rgb(229,83,205); }
td.TdClassName
{
border-color: #E553CD;
}
.TagClassName
{
border-color: #E553CD;
}
</style>