Html Css Color HEX #E256D4 Free Speech Magenta
📋 copy color: '#E256D4'red 226 ◦ green 86 ◦ blue 212
Shades of Free Speech Magenta #E256D4
Tints of Free Speech Magenta #E256D4
RGB
CMYK
RGB Variations
Color information
#E256D4 (or 0xE256D4) is known color: Free Speech Magenta. HEX triplet: E2, 56 and D4. RGB value is (226,86,212). Sum of RGB (Red+Green+Blue) = 226+86+212=524 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.13% from 524); Green value is 86 (33.98% from 255 or 16.41% from 524); Blue value is 212 (83.20% from 255 or 40.46% from 524); Max value from RGB is 226 - color contains mainly: red. Hex color #E256D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E256D4 is #1DA92B. Grayscale: #8D8D8D. Windows color (decimal): -1943852 or 13915874. OLE color: 13915874.
HSL color Cylindrical-coordinate representation of color #E256D4: hue angle of 306º 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 #E256D4 is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 86 | 212 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.11 |
| HSL | 306º | 0.71% | 0.61% | - |
| HSV(B) | 306º | 0.62% | 0.89% | - |
| XYZ | 46.58 | 27.58 | 65.16 | - |
| YUV | 142.22 | 167.38 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 86 | 212 | 0 | 0.62 | 0.06 | 0.11 | 306 | 0.71 | 0.61 |
| Hex | E2 | 56 | D4 | 0 | 3E | 6 | B | 132 | 47 | 3D |
| Octal | 342 | 126 | 324 | 0 | 76 | 6 | 13 | 462 | 107 | 75 |
| Binary | 11100010 | 1010110 | 11010100 | 0 | 111110 | 110 | 1011 | 100110010 | 1000111 | 111101 |
Color Harmonies of #E256D4
Complementary color
Monochromatic Colors of #E256D4
Black with #E256D4
Text Example
Text Example
White with #E256D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E256D4; }
p { color: rgb(226,86,212); }
H1.HeaderClassName
{
color: #E256D4;
}
.AnyTagClassName
{
color: #E256D4;
}
</style>
background-color css
<style>
a { background-color: #E256D4; }
a { background-color: rgb(226,86,212); }
div.DivClassName
{
background-color: #E256D4;
}
.BgClassName
{
background-color: #E256D4;
}
</style>
border-color css
<style>
span { border-color: #E256D4; }
span { border-color: rgb(226,86,212); }
td.TdClassName
{
border-color: #E256D4;
}
.TagClassName
{
border-color: #E256D4;
}
</style>