Html Css Color HEX #E956E6 Free Speech Magenta
📋 copy color: '#E956E6'red 233 ◦ green 86 ◦ blue 230
Shades of Free Speech Magenta #E956E6
Tints of Free Speech Magenta #E956E6
RGB
CMYK
RGB Variations
Color information
#E956E6 (or 0xE956E6) is known color: Free Speech Magenta. HEX triplet: E9, 56 and E6. RGB value is (233,86,230). Sum of RGB (Red+Green+Blue) = 233+86+230=549 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.44% from 549); Green value is 86 (33.98% from 255 or 15.66% from 549); Blue value is 230 (90.23% from 255 or 41.89% from 549); Max value from RGB is 233 - color contains mainly: red. Hex color #E956E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E956E6 is #16A919. Grayscale: #919191. Windows color (decimal): -1485082 or 15095529. OLE color: 15095529.
HSL color Cylindrical-coordinate representation of color #E956E6: hue angle of 301.22º 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 #E956E6 is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 86 | 230 | - |
| CMYK | 0 | 0.63 | 0.01 | 0.09 |
| HSL | 301.22º | 0.77% | 0.63% | - |
| HSV(B) | 301.22º | 0.63% | 0.91% | - |
| XYZ | 51.21 | 29.69 | 77.89 | - |
| YUV | 146.37 | 175.2 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 86 | 230 | 0 | 0.63 | 0.01 | 0.09 | 301.22 | 0.77 | 0.63 |
| Hex | E9 | 56 | E6 | 0 | 3F | 1 | 9 | 12D | 4D | 3F |
| Octal | 351 | 126 | 346 | 0 | 77 | 1 | 11 | 455 | 115 | 77 |
| Binary | 11101001 | 1010110 | 11100110 | 0 | 111111 | 1 | 1001 | 100101101 | 1001101 | 111111 |
Color Harmonies of #E956E6
Complementary color
Monochromatic Colors of #E956E6
Black with #E956E6
Text Example
Text Example
White with #E956E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E956E6; }
p { color: rgb(233,86,230); }
H1.HeaderClassName
{
color: #E956E6;
}
.AnyTagClassName
{
color: #E956E6;
}
</style>
background-color css
<style>
a { background-color: #E956E6; }
a { background-color: rgb(233,86,230); }
div.DivClassName
{
background-color: #E956E6;
}
.BgClassName
{
background-color: #E956E6;
}
</style>
border-color css
<style>
span { border-color: #E956E6; }
span { border-color: rgb(233,86,230); }
td.TdClassName
{
border-color: #E956E6;
}
.TagClassName
{
border-color: #E956E6;
}
</style>