Html Css Color HEX #E552D8 Free Speech Magenta
📋 copy color: '#E552D8'red 229 ◦ green 82 ◦ blue 216
Shades of Free Speech Magenta #E552D8
Tints of Free Speech Magenta #E552D8
RGB
CMYK
RGB Variations
Color information
#E552D8 (or 0xE552D8) is known color: Free Speech Magenta. HEX triplet: E5, 52 and D8. RGB value is (229,82,216). Sum of RGB (Red+Green+Blue) = 229+82+216=527 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.45% from 527); Green value is 82 (32.42% from 255 or 15.56% from 527); Blue value is 216 (84.77% from 255 or 40.99% from 527); Max value from RGB is 229 - color contains mainly: red. Hex color #E552D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E552D8 is #1AAD27. Grayscale: #8C8C8C. Windows color (decimal): -1748264 or 14176997. OLE color: 14176997.
HSL color Cylindrical-coordinate representation of color #E552D8: hue angle of 305.31º 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 #E552D8 is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 82 | 216 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.10 |
| HSL | 305.31º | 0.74% | 0.61% | - |
| HSV(B) | 305.31º | 0.64% | 0.9% | - |
| XYZ | 47.73 | 27.65 | 67.79 | - |
| YUV | 141.23 | 170.2 | 190.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 82 | 216 | 0 | 0.64 | 0.06 | 0.10 | 305.31 | 0.74 | 0.61 |
| Hex | E5 | 52 | D8 | 0 | 40 | 6 | A | 131 | 4A | 3D |
| Octal | 345 | 122 | 330 | 0 | 100 | 6 | 12 | 461 | 112 | 75 |
| Binary | 11100101 | 1010010 | 11011000 | 0 | 1000000 | 110 | 1010 | 100110001 | 1001010 | 111101 |
Color Harmonies of #E552D8
Complementary color
Monochromatic Colors of #E552D8
Black with #E552D8
Text Example
Text Example
White with #E552D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E552D8; }
p { color: rgb(229,82,216); }
H1.HeaderClassName
{
color: #E552D8;
}
.AnyTagClassName
{
color: #E552D8;
}
</style>
background-color css
<style>
a { background-color: #E552D8; }
a { background-color: rgb(229,82,216); }
div.DivClassName
{
background-color: #E552D8;
}
.BgClassName
{
background-color: #E552D8;
}
</style>
border-color css
<style>
span { border-color: #E552D8; }
span { border-color: rgb(229,82,216); }
td.TdClassName
{
border-color: #E552D8;
}
.TagClassName
{
border-color: #E552D8;
}
</style>