Html Css Color HEX #E754D5 Free Speech Magenta
📋 copy color: '#E754D5'red 231 ◦ green 84 ◦ blue 213
Shades of Free Speech Magenta #E754D5
Tints of Free Speech Magenta #E754D5
RGB
CMYK
RGB Variations
Color information
#E754D5 (or 0xE754D5) is known color: Free Speech Magenta. HEX triplet: E7, 54 and D5. RGB value is (231,84,213). Sum of RGB (Red+Green+Blue) = 231+84+213=528 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.75% from 528); Green value is 84 (33.20% from 255 or 15.91% from 528); Blue value is 213 (83.59% from 255 or 40.34% from 528); Max value from RGB is 231 - color contains mainly: red. Hex color #E754D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E754D5 is #18AB2A. Grayscale: #8E8E8E. Windows color (decimal): -1616683 or 13980903. OLE color: 13980903.
HSL color Cylindrical-coordinate representation of color #E754D5: hue angle of 307.35º 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 #E754D5 is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 84 | 213 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.09 |
| HSL | 307.35º | 0.75% | 0.62% | - |
| HSV(B) | 307.35º | 0.64% | 0.91% | - |
| XYZ | 48.14 | 28.13 | 65.84 | - |
| YUV | 142.66 | 167.7 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 84 | 213 | 0 | 0.64 | 0.08 | 0.09 | 307.35 | 0.75 | 0.62 |
| Hex | E7 | 54 | D5 | 0 | 40 | 8 | 9 | 133 | 4B | 3E |
| Octal | 347 | 124 | 325 | 0 | 100 | 10 | 11 | 463 | 113 | 76 |
| Binary | 11100111 | 1010100 | 11010101 | 0 | 1000000 | 1000 | 1001 | 100110011 | 1001011 | 111110 |
Color Harmonies of #E754D5
Complementary color
Monochromatic Colors of #E754D5
Black with #E754D5
Text Example
Text Example
White with #E754D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E754D5; }
p { color: rgb(231,84,213); }
H1.HeaderClassName
{
color: #E754D5;
}
.AnyTagClassName
{
color: #E754D5;
}
</style>
background-color css
<style>
a { background-color: #E754D5; }
a { background-color: rgb(231,84,213); }
div.DivClassName
{
background-color: #E754D5;
}
.BgClassName
{
background-color: #E754D5;
}
</style>
border-color css
<style>
span { border-color: #E754D5; }
span { border-color: rgb(231,84,213); }
td.TdClassName
{
border-color: #E754D5;
}
.TagClassName
{
border-color: #E754D5;
}
</style>