Html Css Color HEX #EA54D3 Free Speech Magenta
📋 copy color: '#EA54D3'red 234 ◦ green 84 ◦ blue 211
Shades of Free Speech Magenta #EA54D3
Tints of Free Speech Magenta #EA54D3
RGB
CMYK
RGB Variations
Color information
#EA54D3 (or 0xEA54D3) is known color: Free Speech Magenta. HEX triplet: EA, 54 and D3. RGB value is (234,84,211). Sum of RGB (Red+Green+Blue) = 234+84+211=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 84 (33.20% from 255 or 15.88% from 529); Blue value is 211 (82.81% from 255 or 39.89% from 529); Max value from RGB is 234 - color contains mainly: red. Hex color #EA54D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA54D3 is #15AB2C. Grayscale: #8E8E8E. Windows color (decimal): -1420077 or 13849834. OLE color: 13849834.
HSL color Cylindrical-coordinate representation of color #EA54D3: hue angle of 309.2º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EA54D3 is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 84 | 211 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.08 |
| HSL | 309.2º | 0.78% | 0.62% | - |
| HSV(B) | 309.2º | 0.64% | 0.92% | - |
| XYZ | 48.86 | 28.54 | 64.56 | - |
| YUV | 143.33 | 166.2 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 84 | 211 | 0 | 0.64 | 0.10 | 0.08 | 309.2 | 0.78 | 0.62 |
| Hex | EA | 54 | D3 | 0 | 40 | A | 8 | 135 | 4E | 3E |
| Octal | 352 | 124 | 323 | 0 | 100 | 12 | 10 | 465 | 116 | 76 |
| Binary | 11101010 | 1010100 | 11010011 | 0 | 1000000 | 1010 | 1000 | 100110101 | 1001110 | 111110 |
Color Harmonies of #EA54D3
Complementary color
Monochromatic Colors of #EA54D3
Black with #EA54D3
Text Example
Text Example
White with #EA54D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA54D3; }
p { color: rgb(234,84,211); }
H1.HeaderClassName
{
color: #EA54D3;
}
.AnyTagClassName
{
color: #EA54D3;
}
</style>
background-color css
<style>
a { background-color: #EA54D3; }
a { background-color: rgb(234,84,211); }
div.DivClassName
{
background-color: #EA54D3;
}
.BgClassName
{
background-color: #EA54D3;
}
</style>
border-color css
<style>
span { border-color: #EA54D3; }
span { border-color: rgb(234,84,211); }
td.TdClassName
{
border-color: #EA54D3;
}
.TagClassName
{
border-color: #EA54D3;
}
</style>