Html Css Color HEX #EA48D1 Free Speech Magenta
📋 copy color: '#EA48D1'red 234 ◦ green 72 ◦ blue 209
Shades of Free Speech Magenta #EA48D1
Tints of Free Speech Magenta #EA48D1
RGB
CMYK
RGB Variations
Color information
#EA48D1 (or 0xEA48D1) is known color: Free Speech Magenta. HEX triplet: EA, 48 and D1. RGB value is (234,72,209). Sum of RGB (Red+Green+Blue) = 234+72+209=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 72 (28.52% from 255 or 13.98% from 515); Blue value is 209 (82.03% from 255 or 40.58% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EA48D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA48D1 is #15B72E. Grayscale: #878787. Windows color (decimal): -1423151 or 13715690. OLE color: 13715690.
HSL color Cylindrical-coordinate representation of color #EA48D1: hue angle of 309.26º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EA48D1 is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 72 | 209 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.08 |
| HSL | 309.26º | 0.79% | 0.6% | - |
| HSV(B) | 309.26º | 0.69% | 0.92% | - |
| XYZ | 47.76 | 26.73 | 62.96 | - |
| YUV | 136.06 | 169.17 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 72 | 209 | 0 | 0.69 | 0.11 | 0.08 | 309.26 | 0.79 | 0.6 |
| Hex | EA | 48 | D1 | 0 | 45 | B | 8 | 135 | 4F | 3C |
| Octal | 352 | 110 | 321 | 0 | 105 | 13 | 10 | 465 | 117 | 74 |
| Binary | 11101010 | 1001000 | 11010001 | 0 | 1000101 | 1011 | 1000 | 100110101 | 1001111 | 111100 |
Color Harmonies of #EA48D1
Complementary color
Monochromatic Colors of #EA48D1
Black with #EA48D1
Text Example
Text Example
White with #EA48D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA48D1; }
p { color: rgb(234,72,209); }
H1.HeaderClassName
{
color: #EA48D1;
}
.AnyTagClassName
{
color: #EA48D1;
}
</style>
background-color css
<style>
a { background-color: #EA48D1; }
a { background-color: rgb(234,72,209); }
div.DivClassName
{
background-color: #EA48D1;
}
.BgClassName
{
background-color: #EA48D1;
}
</style>
border-color css
<style>
span { border-color: #EA48D1; }
span { border-color: rgb(234,72,209); }
td.TdClassName
{
border-color: #EA48D1;
}
.TagClassName
{
border-color: #EA48D1;
}
</style>