Html Css Color HEX #E752DD Free Speech Magenta
📋 copy color: '#E752DD'red 231 ◦ green 82 ◦ blue 221
Shades of Free Speech Magenta #E752DD
Tints of Free Speech Magenta #E752DD
RGB
CMYK
RGB Variations
Color information
#E752DD (or 0xE752DD) is known color: Free Speech Magenta. HEX triplet: E7, 52 and DD. RGB value is (231,82,221). Sum of RGB (Red+Green+Blue) = 231+82+221=534 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.26% from 534); Green value is 82 (32.42% from 255 or 15.36% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 231 - color contains mainly: red. Hex color #E752DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E752DD is #18AD22. Grayscale: #8D8D8D. Windows color (decimal): -1617187 or 14504679. OLE color: 14504679.
HSL color Cylindrical-coordinate representation of color #E752DD: hue angle of 304.03º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E752DD is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 82 | 221 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.09 |
| HSL | 304.03º | 0.76% | 0.61% | - |
| HSV(B) | 304.03º | 0.65% | 0.91% | - |
| XYZ | 49.02 | 28.24 | 71.27 | - |
| YUV | 142.4 | 172.36 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 82 | 221 | 0 | 0.65 | 0.04 | 0.09 | 304.03 | 0.76 | 0.61 |
| Hex | E7 | 52 | DD | 0 | 41 | 4 | 9 | 130 | 4C | 3D |
| Octal | 347 | 122 | 335 | 0 | 101 | 4 | 11 | 460 | 114 | 75 |
| Binary | 11100111 | 1010010 | 11011101 | 0 | 1000001 | 100 | 1001 | 100110000 | 1001100 | 111101 |
Color Harmonies of #E752DD
Complementary color
Monochromatic Colors of #E752DD
Black with #E752DD
Text Example
Text Example
White with #E752DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E752DD; }
p { color: rgb(231,82,221); }
H1.HeaderClassName
{
color: #E752DD;
}
.AnyTagClassName
{
color: #E752DD;
}
</style>
background-color css
<style>
a { background-color: #E752DD; }
a { background-color: rgb(231,82,221); }
div.DivClassName
{
background-color: #E752DD;
}
.BgClassName
{
background-color: #E752DD;
}
</style>
border-color css
<style>
span { border-color: #E752DD; }
span { border-color: rgb(231,82,221); }
td.TdClassName
{
border-color: #E752DD;
}
.TagClassName
{
border-color: #E752DD;
}
</style>