Html Css Color HEX #E553DB Free Speech Magenta
📋 copy color: '#E553DB'red 229 ◦ green 83 ◦ blue 219
Shades of Free Speech Magenta #E553DB
Tints of Free Speech Magenta #E553DB
RGB
CMYK
RGB Variations
Color information
#E553DB (or 0xE553DB) is known color: Free Speech Magenta. HEX triplet: E5, 53 and DB. RGB value is (229,83,219). Sum of RGB (Red+Green+Blue) = 229+83+219=531 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.13% from 531); Green value is 83 (32.81% from 255 or 15.63% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 229 - color contains mainly: red. Hex color #E553DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E553DB is #1AAC24. Grayscale: #8D8D8D. Windows color (decimal): -1748005 or 14373861. OLE color: 14373861.
HSL color Cylindrical-coordinate representation of color #E553DB: hue angle of 304.11º 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 #E553DB is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 83 | 219 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.10 |
| HSL | 304.11º | 0.74% | 0.61% | - |
| HSV(B) | 304.11º | 0.64% | 0.9% | - |
| XYZ | 48.19 | 27.96 | 69.87 | - |
| YUV | 142.16 | 171.37 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 83 | 219 | 0 | 0.64 | 0.04 | 0.10 | 304.11 | 0.74 | 0.61 |
| Hex | E5 | 53 | DB | 0 | 40 | 4 | A | 130 | 4A | 3D |
| Octal | 345 | 123 | 333 | 0 | 100 | 4 | 12 | 460 | 112 | 75 |
| Binary | 11100101 | 1010011 | 11011011 | 0 | 1000000 | 100 | 1010 | 100110000 | 1001010 | 111101 |
Color Harmonies of #E553DB
Complementary color
Monochromatic Colors of #E553DB
Black with #E553DB
Text Example
Text Example
White with #E553DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E553DB; }
p { color: rgb(229,83,219); }
H1.HeaderClassName
{
color: #E553DB;
}
.AnyTagClassName
{
color: #E553DB;
}
</style>
background-color css
<style>
a { background-color: #E553DB; }
a { background-color: rgb(229,83,219); }
div.DivClassName
{
background-color: #E553DB;
}
.BgClassName
{
background-color: #E553DB;
}
</style>
border-color css
<style>
span { border-color: #E553DB; }
span { border-color: rgb(229,83,219); }
td.TdClassName
{
border-color: #E553DB;
}
.TagClassName
{
border-color: #E553DB;
}
</style>