Html Css Color HEX #E956C4 Free Speech Magenta
📋 copy color: '#E956C4'red 233 ◦ green 86 ◦ blue 196
Shades of Free Speech Magenta #E956C4
Tints of Free Speech Magenta #E956C4
RGB
CMYK
RGB Variations
Color information
#E956C4 (or 0xE956C4) is known color: Free Speech Magenta. HEX triplet: E9, 56 and C4. RGB value is (233,86,196). Sum of RGB (Red+Green+Blue) = 233+86+196=515 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.24% from 515); Green value is 86 (33.98% from 255 or 16.70% from 515); Blue value is 196 (76.95% from 255 or 38.06% from 515); Max value from RGB is 233 - color contains mainly: red. Hex color #E956C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E956C4 is #16A93B. Grayscale: #8E8E8E. Windows color (decimal): -1485116 or 12867305. OLE color: 12867305.
HSL color Cylindrical-coordinate representation of color #E956C4: hue angle of 315.1º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E956C4 is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 86 | 196 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.09 |
| HSL | 315.1º | 0.77% | 0.63% | - |
| HSV(B) | 315.1º | 0.63% | 0.91% | - |
| XYZ | 46.9 | 27.96 | 55.15 | - |
| YUV | 142.49 | 158.2 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 86 | 196 | 0 | 0.63 | 0.16 | 0.09 | 315.1 | 0.77 | 0.63 |
| Hex | E9 | 56 | C4 | 0 | 3F | 10 | 9 | 13B | 4D | 3F |
| Octal | 351 | 126 | 304 | 0 | 77 | 20 | 11 | 473 | 115 | 77 |
| Binary | 11101001 | 1010110 | 11000100 | 0 | 111111 | 10000 | 1001 | 100111011 | 1001101 | 111111 |
Color Harmonies of #E956C4
Complementary color
Monochromatic Colors of #E956C4
Black with #E956C4
Text Example
Text Example
White with #E956C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E956C4; }
p { color: rgb(233,86,196); }
H1.HeaderClassName
{
color: #E956C4;
}
.AnyTagClassName
{
color: #E956C4;
}
</style>
background-color css
<style>
a { background-color: #E956C4; }
a { background-color: rgb(233,86,196); }
div.DivClassName
{
background-color: #E956C4;
}
.BgClassName
{
background-color: #E956C4;
}
</style>
border-color css
<style>
span { border-color: #E956C4; }
span { border-color: rgb(233,86,196); }
td.TdClassName
{
border-color: #E956C4;
}
.TagClassName
{
border-color: #E956C4;
}
</style>