Html Css Color HEX #E054C2 Free Speech Magenta
📋 copy color: '#E054C2'red 224 ◦ green 84 ◦ blue 194
Shades of Free Speech Magenta #E054C2
Tints of Free Speech Magenta #E054C2
RGB
CMYK
RGB Variations
Color information
#E054C2 (or 0xE054C2) is known color: Free Speech Magenta. HEX triplet: E0, 54 and C2. RGB value is (224,84,194). Sum of RGB (Red+Green+Blue) = 224+84+194=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 84 (33.20% from 255 or 16.73% from 502); Blue value is 194 (76.17% from 255 or 38.65% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E054C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E054C2 is #1FAB3D. Grayscale: #8A8A8A. Windows color (decimal): -2075454 or 12735712. OLE color: 12735712.
HSL color Cylindrical-coordinate representation of color #E054C2: hue angle of 312.86º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E054C2 is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 84 | 194 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.12 |
| HSL | 312.86º | 0.69% | 0.6% | - |
| HSV(B) | 312.86º | 0.63% | 0.88% | - |
| XYZ | 43.65 | 26.08 | 53.77 | - |
| YUV | 138.4 | 159.38 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 84 | 194 | 0 | 0.62 | 0.13 | 0.12 | 312.86 | 0.69 | 0.6 |
| Hex | E0 | 54 | C2 | 0 | 3E | D | C | 139 | 45 | 3C |
| Octal | 340 | 124 | 302 | 0 | 76 | 15 | 14 | 471 | 105 | 74 |
| Binary | 11100000 | 1010100 | 11000010 | 0 | 111110 | 1101 | 1100 | 100111001 | 1000101 | 111100 |
Color Harmonies of #E054C2
Complementary color
Monochromatic Colors of #E054C2
Black with #E054C2
Text Example
Text Example
White with #E054C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E054C2; }
p { color: rgb(224,84,194); }
H1.HeaderClassName
{
color: #E054C2;
}
.AnyTagClassName
{
color: #E054C2;
}
</style>
background-color css
<style>
a { background-color: #E054C2; }
a { background-color: rgb(224,84,194); }
div.DivClassName
{
background-color: #E054C2;
}
.BgClassName
{
background-color: #E054C2;
}
</style>
border-color css
<style>
span { border-color: #E054C2; }
span { border-color: rgb(224,84,194); }
td.TdClassName
{
border-color: #E054C2;
}
.TagClassName
{
border-color: #E054C2;
}
</style>