Html Css Color HEX #E25ACB Free Speech Magenta
📋 copy color: '#E25ACB'red 226 ◦ green 90 ◦ blue 203
Shades of Free Speech Magenta #E25ACB
Tints of Free Speech Magenta #E25ACB
RGB
CMYK
RGB Variations
Color information
#E25ACB (or 0xE25ACB) is known color: Free Speech Magenta. HEX triplet: E2, 5A and CB. RGB value is (226,90,203). Sum of RGB (Red+Green+Blue) = 226+90+203=519 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.55% from 519); Green value is 90 (35.55% from 255 or 17.34% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 226 - color contains mainly: red. Hex color #E25ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25ACB is #1DA534. Grayscale: #8F8F8F. Windows color (decimal): -1942837 or 13327074. OLE color: 13327074.
HSL color Cylindrical-coordinate representation of color #E25ACB: hue angle of 310.15º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E25ACB is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 90 | 203 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.11 |
| HSL | 310.15º | 0.7% | 0.62% | - |
| HSV(B) | 310.15º | 0.6% | 0.89% | - |
| XYZ | 45.8 | 27.79 | 59.45 | - |
| YUV | 143.55 | 161.56 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 90 | 203 | 0 | 0.60 | 0.10 | 0.11 | 310.15 | 0.7 | 0.62 |
| Hex | E2 | 5A | CB | 0 | 3C | A | B | 136 | 46 | 3E |
| Octal | 342 | 132 | 313 | 0 | 74 | 12 | 13 | 466 | 106 | 76 |
| Binary | 11100010 | 1011010 | 11001011 | 0 | 111100 | 1010 | 1011 | 100110110 | 1000110 | 111110 |
Color Harmonies of #E25ACB
Complementary color
Monochromatic Colors of #E25ACB
Black with #E25ACB
Text Example
Text Example
White with #E25ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25ACB; }
p { color: rgb(226,90,203); }
H1.HeaderClassName
{
color: #E25ACB;
}
.AnyTagClassName
{
color: #E25ACB;
}
</style>
background-color css
<style>
a { background-color: #E25ACB; }
a { background-color: rgb(226,90,203); }
div.DivClassName
{
background-color: #E25ACB;
}
.BgClassName
{
background-color: #E25ACB;
}
</style>
border-color css
<style>
span { border-color: #E25ACB; }
span { border-color: rgb(226,90,203); }
td.TdClassName
{
border-color: #E25ACB;
}
.TagClassName
{
border-color: #E25ACB;
}
</style>