Html Css Color HEX #EA56D3 Free Speech Magenta
📋 copy color: '#EA56D3'red 234 ◦ green 86 ◦ blue 211
Shades of Free Speech Magenta #EA56D3
Tints of Free Speech Magenta #EA56D3
RGB
CMYK
RGB Variations
Color information
#EA56D3 (or 0xEA56D3) is known color: Free Speech Magenta. HEX triplet: EA, 56 and D3. RGB value is (234,86,211). Sum of RGB (Red+Green+Blue) = 234+86+211=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 86 (33.98% from 255 or 16.20% from 531); Blue value is 211 (82.81% from 255 or 39.74% from 531); Max value from RGB is 234 - color contains mainly: red. Hex color #EA56D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA56D3 is #15A92C. Grayscale: #909090. Windows color (decimal): -1419565 or 13850346. OLE color: 13850346.
HSL color Cylindrical-coordinate representation of color #EA56D3: hue angle of 309.32º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EA56D3 is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 86 | 211 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.08 |
| HSL | 309.32º | 0.78% | 0.63% | - |
| HSV(B) | 309.32º | 0.63% | 0.92% | - |
| XYZ | 49.02 | 28.85 | 64.61 | - |
| YUV | 144.5 | 165.53 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 86 | 211 | 0 | 0.63 | 0.10 | 0.08 | 309.32 | 0.78 | 0.63 |
| Hex | EA | 56 | D3 | 0 | 3F | A | 8 | 135 | 4E | 3F |
| Octal | 352 | 126 | 323 | 0 | 77 | 12 | 10 | 465 | 116 | 77 |
| Binary | 11101010 | 1010110 | 11010011 | 0 | 111111 | 1010 | 1000 | 100110101 | 1001110 | 111111 |
Color Harmonies of #EA56D3
Complementary color
Monochromatic Colors of #EA56D3
Black with #EA56D3
Text Example
Text Example
White with #EA56D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA56D3; }
p { color: rgb(234,86,211); }
H1.HeaderClassName
{
color: #EA56D3;
}
.AnyTagClassName
{
color: #EA56D3;
}
</style>
background-color css
<style>
a { background-color: #EA56D3; }
a { background-color: rgb(234,86,211); }
div.DivClassName
{
background-color: #EA56D3;
}
.BgClassName
{
background-color: #EA56D3;
}
</style>
border-color css
<style>
span { border-color: #EA56D3; }
span { border-color: rgb(234,86,211); }
td.TdClassName
{
border-color: #EA56D3;
}
.TagClassName
{
border-color: #EA56D3;
}
</style>