Html Css Color HEX #E459C2 Free Speech Magenta
📋 copy color: '#E459C2'red 228 ◦ green 89 ◦ blue 194
Shades of Free Speech Magenta #E459C2
Tints of Free Speech Magenta #E459C2
RGB
CMYK
RGB Variations
Color information
#E459C2 (or 0xE459C2) is known color: Free Speech Magenta. HEX triplet: E4, 59 and C2. RGB value is (228,89,194). Sum of RGB (Red+Green+Blue) = 228+89+194=511 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.62% from 511); Green value is 89 (35.16% from 255 or 17.42% from 511); Blue value is 194 (76.17% from 255 or 37.96% from 511); Max value from RGB is 228 - color contains mainly: red. Hex color #E459C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E459C2 is #1BA63D. Grayscale: #8E8E8E. Windows color (decimal): -1812030 or 12736996. OLE color: 12736996.
HSL color Cylindrical-coordinate representation of color #E459C2: hue angle of 314.68º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E459C2 is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 89 | 194 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.11 |
| HSL | 314.68º | 0.72% | 0.62% | - |
| HSV(B) | 314.68º | 0.61% | 0.89% | - |
| XYZ | 45.3 | 27.53 | 53.97 | - |
| YUV | 142.53 | 157.05 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 89 | 194 | 0 | 0.61 | 0.15 | 0.11 | 314.68 | 0.72 | 0.62 |
| Hex | E4 | 59 | C2 | 0 | 3D | F | B | 13B | 48 | 3E |
| Octal | 344 | 131 | 302 | 0 | 75 | 17 | 13 | 473 | 110 | 76 |
| Binary | 11100100 | 1011001 | 11000010 | 0 | 111101 | 1111 | 1011 | 100111011 | 1001000 | 111110 |
Color Harmonies of #E459C2
Complementary color
Monochromatic Colors of #E459C2
Black with #E459C2
Text Example
Text Example
White with #E459C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E459C2; }
p { color: rgb(228,89,194); }
H1.HeaderClassName
{
color: #E459C2;
}
.AnyTagClassName
{
color: #E459C2;
}
</style>
background-color css
<style>
a { background-color: #E459C2; }
a { background-color: rgb(228,89,194); }
div.DivClassName
{
background-color: #E459C2;
}
.BgClassName
{
background-color: #E459C2;
}
</style>
border-color css
<style>
span { border-color: #E459C2; }
span { border-color: rgb(228,89,194); }
td.TdClassName
{
border-color: #E459C2;
}
.TagClassName
{
border-color: #E459C2;
}
</style>