Html Css Color HEX #EA5ACB Free Speech Magenta
📋 copy color: '#EA5ACB'red 234 ◦ green 90 ◦ blue 203
Shades of Free Speech Magenta #EA5ACB
Tints of Free Speech Magenta #EA5ACB
RGB
CMYK
RGB Variations
Color information
#EA5ACB (or 0xEA5ACB) is known color: Free Speech Magenta. HEX triplet: EA, 5A and CB. RGB value is (234,90,203). Sum of RGB (Red+Green+Blue) = 234+90+203=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 90 (35.55% from 255 or 17.08% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5ACB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA5ACB is #15A534. Grayscale: #919191. Windows color (decimal): -1418549 or 13327082. OLE color: 13327082.
HSL color Cylindrical-coordinate representation of color #EA5ACB: hue angle of 312.92º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EA5ACB is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 90 | 203 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.08 |
| HSL | 312.92º | 0.77% | 0.64% | - |
| HSV(B) | 312.92º | 0.62% | 0.92% | - |
| XYZ | 48.37 | 29.12 | 59.57 | - |
| YUV | 145.94 | 160.21 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 90 | 203 | 0 | 0.62 | 0.13 | 0.08 | 312.92 | 0.77 | 0.64 |
| Hex | EA | 5A | CB | 0 | 3E | D | 8 | 139 | 4D | 40 |
| Octal | 352 | 132 | 313 | 0 | 76 | 15 | 10 | 471 | 115 | 100 |
| Binary | 11101010 | 1011010 | 11001011 | 0 | 111110 | 1101 | 1000 | 100111001 | 1001101 | 1000000 |
Color Harmonies of #EA5ACB
Complementary color
Monochromatic Colors of #EA5ACB
Black with #EA5ACB
Text Example
Text Example
White with #EA5ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5ACB; }
p { color: rgb(234,90,203); }
H1.HeaderClassName
{
color: #EA5ACB;
}
.AnyTagClassName
{
color: #EA5ACB;
}
</style>
background-color css
<style>
a { background-color: #EA5ACB; }
a { background-color: rgb(234,90,203); }
div.DivClassName
{
background-color: #EA5ACB;
}
.BgClassName
{
background-color: #EA5ACB;
}
</style>
border-color css
<style>
span { border-color: #EA5ACB; }
span { border-color: rgb(234,90,203); }
td.TdClassName
{
border-color: #EA5ACB;
}
.TagClassName
{
border-color: #EA5ACB;
}
</style>