Html Css Color HEX #E754D4 Free Speech Magenta
📋 copy color: '#E754D4'red 231 ◦ green 84 ◦ blue 212
Shades of Free Speech Magenta #E754D4
Tints of Free Speech Magenta #E754D4
RGB
CMYK
RGB Variations
Color information
#E754D4 (or 0xE754D4) is known color: Free Speech Magenta. HEX triplet: E7, 54 and D4. RGB value is (231,84,212). Sum of RGB (Red+Green+Blue) = 231+84+212=527 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.83% from 527); Green value is 84 (33.20% from 255 or 15.94% from 527); Blue value is 212 (83.20% from 255 or 40.23% from 527); Max value from RGB is 231 - color contains mainly: red. Hex color #E754D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E754D4 is #18AB2B. Grayscale: #8E8E8E. Windows color (decimal): -1616684 or 13915367. OLE color: 13915367.
HSL color Cylindrical-coordinate representation of color #E754D4: hue angle of 307.76º 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 #E754D4 is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 84 | 212 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.09 |
| HSL | 307.76º | 0.75% | 0.62% | - |
| HSV(B) | 307.76º | 0.64% | 0.91% | - |
| XYZ | 48.01 | 28.08 | 65.18 | - |
| YUV | 142.55 | 167.2 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 84 | 212 | 0 | 0.64 | 0.08 | 0.09 | 307.76 | 0.75 | 0.62 |
| Hex | E7 | 54 | D4 | 0 | 40 | 8 | 9 | 134 | 4B | 3E |
| Octal | 347 | 124 | 324 | 0 | 100 | 10 | 11 | 464 | 113 | 76 |
| Binary | 11100111 | 1010100 | 11010100 | 0 | 1000000 | 1000 | 1001 | 100110100 | 1001011 | 111110 |
Color Harmonies of #E754D4
Complementary color
Monochromatic Colors of #E754D4
Black with #E754D4
Text Example
Text Example
White with #E754D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E754D4; }
p { color: rgb(231,84,212); }
H1.HeaderClassName
{
color: #E754D4;
}
.AnyTagClassName
{
color: #E754D4;
}
</style>
background-color css
<style>
a { background-color: #E754D4; }
a { background-color: rgb(231,84,212); }
div.DivClassName
{
background-color: #E754D4;
}
.BgClassName
{
background-color: #E754D4;
}
</style>
border-color css
<style>
span { border-color: #E754D4; }
span { border-color: rgb(231,84,212); }
td.TdClassName
{
border-color: #E754D4;
}
.TagClassName
{
border-color: #E754D4;
}
</style>