Html Css Color HEX #E754DD Free Speech Magenta
📋 copy color: '#E754DD'red 231 ◦ green 84 ◦ blue 221
Shades of Free Speech Magenta #E754DD
Tints of Free Speech Magenta #E754DD
RGB
CMYK
RGB Variations
Color information
#E754DD (or 0xE754DD) is known color: Free Speech Magenta. HEX triplet: E7, 54 and DD. RGB value is (231,84,221). Sum of RGB (Red+Green+Blue) = 231+84+221=536 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.10% from 536); Green value is 84 (33.20% from 255 or 15.67% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 231 - color contains mainly: red. Hex color #E754DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E754DD is #18AB22. Grayscale: #8F8F8F. Windows color (decimal): -1616675 or 14505191. OLE color: 14505191.
HSL color Cylindrical-coordinate representation of color #E754DD: hue angle of 304.08º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E754DD is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 84 | 221 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.09 |
| HSL | 304.08º | 0.75% | 0.62% | - |
| HSV(B) | 304.08º | 0.64% | 0.91% | - |
| XYZ | 49.18 | 28.55 | 71.33 | - |
| YUV | 143.57 | 171.7 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 84 | 221 | 0 | 0.64 | 0.04 | 0.09 | 304.08 | 0.75 | 0.62 |
| Hex | E7 | 54 | DD | 0 | 40 | 4 | 9 | 130 | 4B | 3E |
| Octal | 347 | 124 | 335 | 0 | 100 | 4 | 11 | 460 | 113 | 76 |
| Binary | 11100111 | 1010100 | 11011101 | 0 | 1000000 | 100 | 1001 | 100110000 | 1001011 | 111110 |
Color Harmonies of #E754DD
Complementary color
Monochromatic Colors of #E754DD
Black with #E754DD
Text Example
Text Example
White with #E754DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E754DD; }
p { color: rgb(231,84,221); }
H1.HeaderClassName
{
color: #E754DD;
}
.AnyTagClassName
{
color: #E754DD;
}
</style>
background-color css
<style>
a { background-color: #E754DD; }
a { background-color: rgb(231,84,221); }
div.DivClassName
{
background-color: #E754DD;
}
.BgClassName
{
background-color: #E754DD;
}
</style>
border-color css
<style>
span { border-color: #E754DD; }
span { border-color: rgb(231,84,221); }
td.TdClassName
{
border-color: #E754DD;
}
.TagClassName
{
border-color: #E754DD;
}
</style>