Html Css Color HEX #EA55D0 Free Speech Magenta
📋 copy color: '#EA55D0'red 234 ◦ green 85 ◦ blue 208
Shades of Free Speech Magenta #EA55D0
Tints of Free Speech Magenta #EA55D0
RGB
CMYK
RGB Variations
Color information
#EA55D0 (or 0xEA55D0) is known color: Free Speech Magenta. HEX triplet: EA, 55 and D0. RGB value is (234,85,208). Sum of RGB (Red+Green+Blue) = 234+85+208=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 85 (33.59% from 255 or 16.13% from 527); Blue value is 208 (81.64% from 255 or 39.47% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EA55D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA55D0 is #15AA2F. Grayscale: #8F8F8F. Windows color (decimal): -1419824 or 13653482. OLE color: 13653482.
HSL color Cylindrical-coordinate representation of color #EA55D0: hue angle of 310.47º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EA55D0 is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 85 | 208 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.08 |
| HSL | 310.47º | 0.78% | 0.63% | - |
| HSV(B) | 310.47º | 0.64% | 0.92% | - |
| XYZ | 48.57 | 28.54 | 62.62 | - |
| YUV | 143.57 | 164.36 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 85 | 208 | 0 | 0.64 | 0.11 | 0.08 | 310.47 | 0.78 | 0.63 |
| Hex | EA | 55 | D0 | 0 | 40 | B | 8 | 136 | 4E | 3F |
| Octal | 352 | 125 | 320 | 0 | 100 | 13 | 10 | 466 | 116 | 77 |
| Binary | 11101010 | 1010101 | 11010000 | 0 | 1000000 | 1011 | 1000 | 100110110 | 1001110 | 111111 |
Color Harmonies of #EA55D0
Complementary color
Monochromatic Colors of #EA55D0
Black with #EA55D0
Text Example
Text Example
White with #EA55D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA55D0; }
p { color: rgb(234,85,208); }
H1.HeaderClassName
{
color: #EA55D0;
}
.AnyTagClassName
{
color: #EA55D0;
}
</style>
background-color css
<style>
a { background-color: #EA55D0; }
a { background-color: rgb(234,85,208); }
div.DivClassName
{
background-color: #EA55D0;
}
.BgClassName
{
background-color: #EA55D0;
}
</style>
border-color css
<style>
span { border-color: #EA55D0; }
span { border-color: rgb(234,85,208); }
td.TdClassName
{
border-color: #EA55D0;
}
.TagClassName
{
border-color: #EA55D0;
}
</style>