Html Css Color HEX #E754CE Free Speech Magenta
📋 copy color: '#E754CE'red 231 ◦ green 84 ◦ blue 206
Shades of Free Speech Magenta #E754CE
Tints of Free Speech Magenta #E754CE
RGB
CMYK
RGB Variations
Color information
#E754CE (or 0xE754CE) is known color: Free Speech Magenta. HEX triplet: E7, 54 and CE. RGB value is (231,84,206). Sum of RGB (Red+Green+Blue) = 231+84+206=521 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.34% from 521); Green value is 84 (33.20% from 255 or 16.12% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 231 - color contains mainly: red. Hex color #E754CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E754CE is #18AB31. Grayscale: #8D8D8D. Windows color (decimal): -1616690 or 13522151. OLE color: 13522151.
HSL color Cylindrical-coordinate representation of color #E754CE: hue angle of 310.2º 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 #E754CE is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 84 | 206 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.09 |
| HSL | 310.2º | 0.75% | 0.62% | - |
| HSV(B) | 310.2º | 0.64% | 0.91% | - |
| XYZ | 47.27 | 27.79 | 61.26 | - |
| YUV | 141.86 | 164.2 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 84 | 206 | 0 | 0.64 | 0.11 | 0.09 | 310.2 | 0.75 | 0.62 |
| Hex | E7 | 54 | CE | 0 | 40 | B | 9 | 136 | 4B | 3E |
| Octal | 347 | 124 | 316 | 0 | 100 | 13 | 11 | 466 | 113 | 76 |
| Binary | 11100111 | 1010100 | 11001110 | 0 | 1000000 | 1011 | 1001 | 100110110 | 1001011 | 111110 |
Color Harmonies of #E754CE
Complementary color
Monochromatic Colors of #E754CE
Black with #E754CE
Text Example
Text Example
White with #E754CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E754CE; }
p { color: rgb(231,84,206); }
H1.HeaderClassName
{
color: #E754CE;
}
.AnyTagClassName
{
color: #E754CE;
}
</style>
background-color css
<style>
a { background-color: #E754CE; }
a { background-color: rgb(231,84,206); }
div.DivClassName
{
background-color: #E754CE;
}
.BgClassName
{
background-color: #E754CE;
}
</style>
border-color css
<style>
span { border-color: #E754CE; }
span { border-color: rgb(231,84,206); }
td.TdClassName
{
border-color: #E754CE;
}
.TagClassName
{
border-color: #E754CE;
}
</style>