Html Css Color HEX #E552CD Free Speech Magenta
📋 copy color: '#E552CD'red 229 ◦ green 82 ◦ blue 205
Shades of Free Speech Magenta #E552CD
Tints of Free Speech Magenta #E552CD
RGB
CMYK
RGB Variations
Color information
#E552CD (or 0xE552CD) is known color: Free Speech Magenta. HEX triplet: E5, 52 and CD. RGB value is (229,82,205). Sum of RGB (Red+Green+Blue) = 229+82+205=516 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.38% from 516); Green value is 82 (32.42% from 255 or 15.89% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 229 - color contains mainly: red. Hex color #E552CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E552CD is #1AAD32. Grayscale: #8B8B8B. Windows color (decimal): -1748275 or 13456101. OLE color: 13456101.
HSL color Cylindrical-coordinate representation of color #E552CD: hue angle of 309.8º 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 #E552CD is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 82 | 205 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.10 |
| HSL | 309.8º | 0.74% | 0.61% | - |
| HSV(B) | 309.8º | 0.64% | 0.9% | - |
| XYZ | 46.35 | 27.1 | 60.55 | - |
| YUV | 139.98 | 164.7 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 82 | 205 | 0 | 0.64 | 0.10 | 0.10 | 309.8 | 0.74 | 0.61 |
| Hex | E5 | 52 | CD | 0 | 40 | A | A | 136 | 4A | 3D |
| Octal | 345 | 122 | 315 | 0 | 100 | 12 | 12 | 466 | 112 | 75 |
| Binary | 11100101 | 1010010 | 11001101 | 0 | 1000000 | 1010 | 1010 | 100110110 | 1001010 | 111101 |
Color Harmonies of #E552CD
Complementary color
Monochromatic Colors of #E552CD
Black with #E552CD
Text Example
Text Example
White with #E552CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E552CD; }
p { color: rgb(229,82,205); }
H1.HeaderClassName
{
color: #E552CD;
}
.AnyTagClassName
{
color: #E552CD;
}
</style>
background-color css
<style>
a { background-color: #E552CD; }
a { background-color: rgb(229,82,205); }
div.DivClassName
{
background-color: #E552CD;
}
.BgClassName
{
background-color: #E552CD;
}
</style>
border-color css
<style>
span { border-color: #E552CD; }
span { border-color: rgb(229,82,205); }
td.TdClassName
{
border-color: #E552CD;
}
.TagClassName
{
border-color: #E552CD;
}
</style>