Html Css Color HEX #E756CA Free Speech Magenta
📋 copy color: '#E756CA'red 231 ◦ green 86 ◦ blue 202
Shades of Free Speech Magenta #E756CA
Tints of Free Speech Magenta #E756CA
RGB
CMYK
RGB Variations
Color information
#E756CA (or 0xE756CA) is known color: Free Speech Magenta. HEX triplet: E7, 56 and CA. RGB value is (231,86,202). Sum of RGB (Red+Green+Blue) = 231+86+202=519 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.51% from 519); Green value is 86 (33.98% from 255 or 16.57% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 231 - color contains mainly: red. Hex color #E756CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E756CA is #18A935. Grayscale: #8E8E8E. Windows color (decimal): -1616182 or 13260519. OLE color: 13260519.
HSL color Cylindrical-coordinate representation of color #E756CA: hue angle of 312º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E756CA is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 86 | 202 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.09 |
| HSL | 312º | 0.75% | 0.62% | - |
| HSV(B) | 312º | 0.63% | 0.91% | - |
| XYZ | 46.94 | 27.91 | 58.79 | - |
| YUV | 142.58 | 161.54 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 86 | 202 | 0 | 0.63 | 0.13 | 0.09 | 312 | 0.75 | 0.62 |
| Hex | E7 | 56 | CA | 0 | 3F | D | 9 | 138 | 4B | 3E |
| Octal | 347 | 126 | 312 | 0 | 77 | 15 | 11 | 470 | 113 | 76 |
| Binary | 11100111 | 1010110 | 11001010 | 0 | 111111 | 1101 | 1001 | 100111000 | 1001011 | 111110 |
Color Harmonies of #E756CA
Complementary color
Monochromatic Colors of #E756CA
Black with #E756CA
Text Example
Text Example
White with #E756CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E756CA; }
p { color: rgb(231,86,202); }
H1.HeaderClassName
{
color: #E756CA;
}
.AnyTagClassName
{
color: #E756CA;
}
</style>
background-color css
<style>
a { background-color: #E756CA; }
a { background-color: rgb(231,86,202); }
div.DivClassName
{
background-color: #E756CA;
}
.BgClassName
{
background-color: #E756CA;
}
</style>
border-color css
<style>
span { border-color: #E756CA; }
span { border-color: rgb(231,86,202); }
td.TdClassName
{
border-color: #E756CA;
}
.TagClassName
{
border-color: #E756CA;
}
</style>