Html Css Color HEX #E45ACB Free Speech Magenta
📋 copy color: '#E45ACB'red 228 ◦ green 90 ◦ blue 203
Shades of Free Speech Magenta #E45ACB
Tints of Free Speech Magenta #E45ACB
RGB
CMYK
RGB Variations
Color information
#E45ACB (or 0xE45ACB) is known color: Free Speech Magenta. HEX triplet: E4, 5A and CB. RGB value is (228,90,203). Sum of RGB (Red+Green+Blue) = 228+90+203=521 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.76% from 521); Green value is 90 (35.55% from 255 or 17.27% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 228 - color contains mainly: red. Hex color #E45ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E45ACB is #1BA534. Grayscale: #8F8F8F. Windows color (decimal): -1811765 or 13327076. OLE color: 13327076.
HSL color Cylindrical-coordinate representation of color #E45ACB: hue angle of 310.87º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E45ACB is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 90 | 203 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.11 |
| HSL | 310.87º | 0.72% | 0.62% | - |
| HSV(B) | 310.87º | 0.61% | 0.89% | - |
| XYZ | 46.43 | 28.12 | 59.48 | - |
| YUV | 144.14 | 161.22 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 90 | 203 | 0 | 0.61 | 0.11 | 0.11 | 310.87 | 0.72 | 0.62 |
| Hex | E4 | 5A | CB | 0 | 3D | B | B | 137 | 48 | 3E |
| Octal | 344 | 132 | 313 | 0 | 75 | 13 | 13 | 467 | 110 | 76 |
| Binary | 11100100 | 1011010 | 11001011 | 0 | 111101 | 1011 | 1011 | 100110111 | 1001000 | 111110 |
Color Harmonies of #E45ACB
Complementary color
Monochromatic Colors of #E45ACB
Black with #E45ACB
Text Example
Text Example
White with #E45ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45ACB; }
p { color: rgb(228,90,203); }
H1.HeaderClassName
{
color: #E45ACB;
}
.AnyTagClassName
{
color: #E45ACB;
}
</style>
background-color css
<style>
a { background-color: #E45ACB; }
a { background-color: rgb(228,90,203); }
div.DivClassName
{
background-color: #E45ACB;
}
.BgClassName
{
background-color: #E45ACB;
}
</style>
border-color css
<style>
span { border-color: #E45ACB; }
span { border-color: rgb(228,90,203); }
td.TdClassName
{
border-color: #E45ACB;
}
.TagClassName
{
border-color: #E45ACB;
}
</style>