Html Css Color HEX #E45ACC Free Speech Magenta
📋 copy color: '#E45ACC'red 228 ◦ green 90 ◦ blue 204
Shades of Free Speech Magenta #E45ACC
Tints of Free Speech Magenta #E45ACC
RGB
CMYK
RGB Variations
Color information
#E45ACC (or 0xE45ACC) is known color: Free Speech Magenta. HEX triplet: E4, 5A and CC. RGB value is (228,90,204). Sum of RGB (Red+Green+Blue) = 228+90+204=522 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.68% from 522); Green value is 90 (35.55% from 255 or 17.24% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 228 - color contains mainly: red. Hex color #E45ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E45ACC is #1BA533. Grayscale: #8F8F8F. Windows color (decimal): -1811764 or 13392612. OLE color: 13392612.
HSL color Cylindrical-coordinate representation of color #E45ACC: hue angle of 310.43º 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 #E45ACC is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 90 | 204 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.11 |
| HSL | 310.43º | 0.72% | 0.62% | - |
| HSV(B) | 310.43º | 0.61% | 0.89% | - |
| XYZ | 46.55 | 28.17 | 60.11 | - |
| YUV | 144.26 | 161.72 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 90 | 204 | 0 | 0.61 | 0.11 | 0.11 | 310.43 | 0.72 | 0.62 |
| Hex | E4 | 5A | CC | 0 | 3D | B | B | 136 | 48 | 3E |
| Octal | 344 | 132 | 314 | 0 | 75 | 13 | 13 | 466 | 110 | 76 |
| Binary | 11100100 | 1011010 | 11001100 | 0 | 111101 | 1011 | 1011 | 100110110 | 1001000 | 111110 |
Color Harmonies of #E45ACC
Complementary color
Monochromatic Colors of #E45ACC
Black with #E45ACC
Text Example
Text Example
White with #E45ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45ACC; }
p { color: rgb(228,90,204); }
H1.HeaderClassName
{
color: #E45ACC;
}
.AnyTagClassName
{
color: #E45ACC;
}
</style>
background-color css
<style>
a { background-color: #E45ACC; }
a { background-color: rgb(228,90,204); }
div.DivClassName
{
background-color: #E45ACC;
}
.BgClassName
{
background-color: #E45ACC;
}
</style>
border-color css
<style>
span { border-color: #E45ACC; }
span { border-color: rgb(228,90,204); }
td.TdClassName
{
border-color: #E45ACC;
}
.TagClassName
{
border-color: #E45ACC;
}
</style>