Html Css Color HEX #E553DA Free Speech Magenta
📋 copy color: '#E553DA'red 229 ◦ green 83 ◦ blue 218
Shades of Free Speech Magenta #E553DA
Tints of Free Speech Magenta #E553DA
RGB
CMYK
RGB Variations
Color information
#E553DA (or 0xE553DA) is known color: Free Speech Magenta. HEX triplet: E5, 53 and DA. RGB value is (229,83,218). Sum of RGB (Red+Green+Blue) = 229+83+218=530 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.21% from 530); Green value is 83 (32.81% from 255 or 15.66% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 229 - color contains mainly: red. Hex color #E553DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E553DA is #1AAC25. Grayscale: #8D8D8D. Windows color (decimal): -1748006 or 14308325. OLE color: 14308325.
HSL color Cylindrical-coordinate representation of color #E553DA: hue angle of 304.52º 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 #E553DA is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 83 | 218 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.10 |
| HSL | 304.52º | 0.74% | 0.61% | - |
| HSV(B) | 304.52º | 0.64% | 0.9% | - |
| XYZ | 48.06 | 27.91 | 69.18 | - |
| YUV | 142.04 | 170.87 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 83 | 218 | 0 | 0.64 | 0.05 | 0.10 | 304.52 | 0.74 | 0.61 |
| Hex | E5 | 53 | DA | 0 | 40 | 5 | A | 131 | 4A | 3D |
| Octal | 345 | 123 | 332 | 0 | 100 | 5 | 12 | 461 | 112 | 75 |
| Binary | 11100101 | 1010011 | 11011010 | 0 | 1000000 | 101 | 1010 | 100110001 | 1001010 | 111101 |
Color Harmonies of #E553DA
Complementary color
Monochromatic Colors of #E553DA
Black with #E553DA
Text Example
Text Example
White with #E553DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E553DA; }
p { color: rgb(229,83,218); }
H1.HeaderClassName
{
color: #E553DA;
}
.AnyTagClassName
{
color: #E553DA;
}
</style>
background-color css
<style>
a { background-color: #E553DA; }
a { background-color: rgb(229,83,218); }
div.DivClassName
{
background-color: #E553DA;
}
.BgClassName
{
background-color: #E553DA;
}
</style>
border-color css
<style>
span { border-color: #E553DA; }
span { border-color: rgb(229,83,218); }
td.TdClassName
{
border-color: #E553DA;
}
.TagClassName
{
border-color: #E553DA;
}
</style>