Html Css Color HEX #EA50BF Free Speech Magenta
📋 copy color: '#EA50BF'red 234 ◦ green 80 ◦ blue 191
Shades of Free Speech Magenta #EA50BF
Tints of Free Speech Magenta #EA50BF
RGB
CMYK
RGB Variations
Color information
#EA50BF (or 0xEA50BF) is known color: Free Speech Magenta. HEX triplet: EA, 50 and BF. RGB value is (234,80,191). Sum of RGB (Red+Green+Blue) = 234+80+191=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 80 (31.64% from 255 or 15.84% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EA50BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA50BF is #15AF40. Grayscale: #8A8A8A. Windows color (decimal): -1421121 or 12538090. OLE color: 12538090.
HSL color Cylindrical-coordinate representation of color #EA50BF: hue angle of 316.75º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EA50BF is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 80 | 191 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.08 |
| HSL | 316.75º | 0.79% | 0.62% | - |
| HSV(B) | 316.75º | 0.66% | 0.92% | - |
| XYZ | 46.2 | 26.99 | 52.06 | - |
| YUV | 138.7 | 157.52 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 80 | 191 | 0 | 0.66 | 0.18 | 0.08 | 316.75 | 0.79 | 0.62 |
| Hex | EA | 50 | BF | 0 | 42 | 12 | 8 | 13D | 4F | 3E |
| Octal | 352 | 120 | 277 | 0 | 102 | 22 | 10 | 475 | 117 | 76 |
| Binary | 11101010 | 1010000 | 10111111 | 0 | 1000010 | 10010 | 1000 | 100111101 | 1001111 | 111110 |
Color Harmonies of #EA50BF
Complementary color
Monochromatic Colors of #EA50BF
Black with #EA50BF
Text Example
Text Example
White with #EA50BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA50BF; }
p { color: rgb(234,80,191); }
H1.HeaderClassName
{
color: #EA50BF;
}
.AnyTagClassName
{
color: #EA50BF;
}
</style>
background-color css
<style>
a { background-color: #EA50BF; }
a { background-color: rgb(234,80,191); }
div.DivClassName
{
background-color: #EA50BF;
}
.BgClassName
{
background-color: #EA50BF;
}
</style>
border-color css
<style>
span { border-color: #EA50BF; }
span { border-color: rgb(234,80,191); }
td.TdClassName
{
border-color: #EA50BF;
}
.TagClassName
{
border-color: #EA50BF;
}
</style>