Html Css Color HEX #EA5ECB Free Speech Magenta
📋 copy color: '#EA5ECB'red 234 ◦ green 94 ◦ blue 203
Shades of Free Speech Magenta #EA5ECB
Tints of Free Speech Magenta #EA5ECB
RGB
CMYK
RGB Variations
Color information
#EA5ECB (or 0xEA5ECB) is known color: Free Speech Magenta. HEX triplet: EA, 5E and CB. RGB value is (234,94,203). Sum of RGB (Red+Green+Blue) = 234+94+203=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 94 (37.11% from 255 or 17.70% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5ECB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA5ECB is #15A134. Grayscale: #939393. Windows color (decimal): -1417525 or 13328106. OLE color: 13328106.
HSL color Cylindrical-coordinate representation of color #EA5ECB: hue angle of 313.29º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EA5ECB is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 94 | 203 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.08 |
| HSL | 313.29º | 0.77% | 0.64% | - |
| HSV(B) | 313.29º | 0.6% | 0.92% | - |
| XYZ | 48.71 | 29.81 | 59.69 | - |
| YUV | 148.29 | 158.88 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 94 | 203 | 0 | 0.60 | 0.13 | 0.08 | 313.29 | 0.77 | 0.64 |
| Hex | EA | 5E | CB | 0 | 3C | D | 8 | 139 | 4D | 40 |
| Octal | 352 | 136 | 313 | 0 | 74 | 15 | 10 | 471 | 115 | 100 |
| Binary | 11101010 | 1011110 | 11001011 | 0 | 111100 | 1101 | 1000 | 100111001 | 1001101 | 1000000 |
Color Harmonies of #EA5ECB
Complementary color
Monochromatic Colors of #EA5ECB
Black with #EA5ECB
Text Example
Text Example
White with #EA5ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5ECB; }
p { color: rgb(234,94,203); }
H1.HeaderClassName
{
color: #EA5ECB;
}
.AnyTagClassName
{
color: #EA5ECB;
}
</style>
background-color css
<style>
a { background-color: #EA5ECB; }
a { background-color: rgb(234,94,203); }
div.DivClassName
{
background-color: #EA5ECB;
}
.BgClassName
{
background-color: #EA5ECB;
}
</style>
border-color css
<style>
span { border-color: #EA5ECB; }
span { border-color: rgb(234,94,203); }
td.TdClassName
{
border-color: #EA5ECB;
}
.TagClassName
{
border-color: #EA5ECB;
}
</style>