Html Css Color HEX #E756CB Free Speech Magenta
📋 copy color: '#E756CB'red 231 ◦ green 86 ◦ blue 203
Shades of Free Speech Magenta #E756CB
Tints of Free Speech Magenta #E756CB
RGB
CMYK
RGB Variations
Color information
#E756CB (or 0xE756CB) is known color: Free Speech Magenta. HEX triplet: E7, 56 and CB. RGB value is (231,86,203). Sum of RGB (Red+Green+Blue) = 231+86+203=520 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.42% from 520); Green value is 86 (33.98% from 255 or 16.54% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 231 - color contains mainly: red. Hex color #E756CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E756CB is #18A934. Grayscale: #8E8E8E. Windows color (decimal): -1616181 or 13326055. OLE color: 13326055.
HSL color Cylindrical-coordinate representation of color #E756CB: hue angle of 311.59º 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 #E756CB is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 86 | 203 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.09 |
| HSL | 311.59º | 0.75% | 0.62% | - |
| HSV(B) | 311.59º | 0.63% | 0.91% | - |
| XYZ | 47.06 | 27.96 | 59.42 | - |
| YUV | 142.69 | 162.04 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 86 | 203 | 0 | 0.63 | 0.12 | 0.09 | 311.59 | 0.75 | 0.62 |
| Hex | E7 | 56 | CB | 0 | 3F | C | 9 | 138 | 4B | 3E |
| Octal | 347 | 126 | 313 | 0 | 77 | 14 | 11 | 470 | 113 | 76 |
| Binary | 11100111 | 1010110 | 11001011 | 0 | 111111 | 1100 | 1001 | 100111000 | 1001011 | 111110 |
Color Harmonies of #E756CB
Complementary color
Monochromatic Colors of #E756CB
Black with #E756CB
Text Example
Text Example
White with #E756CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E756CB; }
p { color: rgb(231,86,203); }
H1.HeaderClassName
{
color: #E756CB;
}
.AnyTagClassName
{
color: #E756CB;
}
</style>
background-color css
<style>
a { background-color: #E756CB; }
a { background-color: rgb(231,86,203); }
div.DivClassName
{
background-color: #E756CB;
}
.BgClassName
{
background-color: #E756CB;
}
</style>
border-color css
<style>
span { border-color: #E756CB; }
span { border-color: rgb(231,86,203); }
td.TdClassName
{
border-color: #E756CB;
}
.TagClassName
{
border-color: #E756CB;
}
</style>