Html Css Color HEX #E256C5 Free Speech Magenta
📋 copy color: '#E256C5'red 226 ◦ green 86 ◦ blue 197
Shades of Free Speech Magenta #E256C5
Tints of Free Speech Magenta #E256C5
RGB
CMYK
RGB Variations
Color information
#E256C5 (or 0xE256C5) is known color: Free Speech Magenta. HEX triplet: E2, 56 and C5. RGB value is (226,86,197). Sum of RGB (Red+Green+Blue) = 226+86+197=509 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.40% from 509); Green value is 86 (33.98% from 255 or 16.90% from 509); Blue value is 197 (77.34% from 255 or 38.70% from 509); Max value from RGB is 226 - color contains mainly: red. Hex color #E256C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E256C5 is #1DA93A. Grayscale: #8C8C8C. Windows color (decimal): -1943867 or 12932834. OLE color: 12932834.
HSL color Cylindrical-coordinate representation of color #E256C5: hue angle of 312.43º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E256C5 is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 86 | 197 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.11 |
| HSL | 312.43º | 0.71% | 0.61% | - |
| HSV(B) | 312.43º | 0.62% | 0.89% | - |
| XYZ | 44.77 | 26.86 | 55.65 | - |
| YUV | 140.51 | 159.88 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 86 | 197 | 0 | 0.62 | 0.13 | 0.11 | 312.43 | 0.71 | 0.61 |
| Hex | E2 | 56 | C5 | 0 | 3E | D | B | 138 | 47 | 3D |
| Octal | 342 | 126 | 305 | 0 | 76 | 15 | 13 | 470 | 107 | 75 |
| Binary | 11100010 | 1010110 | 11000101 | 0 | 111110 | 1101 | 1011 | 100111000 | 1000111 | 111101 |
Color Harmonies of #E256C5
Complementary color
Monochromatic Colors of #E256C5
Black with #E256C5
Text Example
Text Example
White with #E256C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E256C5; }
p { color: rgb(226,86,197); }
H1.HeaderClassName
{
color: #E256C5;
}
.AnyTagClassName
{
color: #E256C5;
}
</style>
background-color css
<style>
a { background-color: #E256C5; }
a { background-color: rgb(226,86,197); }
div.DivClassName
{
background-color: #E256C5;
}
.BgClassName
{
background-color: #E256C5;
}
</style>
border-color css
<style>
span { border-color: #E256C5; }
span { border-color: rgb(226,86,197); }
td.TdClassName
{
border-color: #E256C5;
}
.TagClassName
{
border-color: #E256C5;
}
</style>