Html Css Color HEX #E55ACF Free Speech Magenta
📋 copy color: '#E55ACF'red 229 ◦ green 90 ◦ blue 207
Shades of Free Speech Magenta #E55ACF
Tints of Free Speech Magenta #E55ACF
RGB
CMYK
RGB Variations
Color information
#E55ACF (or 0xE55ACF) is known color: Free Speech Magenta. HEX triplet: E5, 5A and CF. RGB value is (229,90,207). Sum of RGB (Red+Green+Blue) = 229+90+207=526 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.54% from 526); Green value is 90 (35.55% from 255 or 17.11% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 229 - color contains mainly: red. Hex color #E55ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55ACF is #1AA530. Grayscale: #909090. Windows color (decimal): -1746225 or 13589221. OLE color: 13589221.
HSL color Cylindrical-coordinate representation of color #E55ACF: hue angle of 309.5º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E55ACF is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 90 | 207 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.10 |
| HSL | 309.5º | 0.73% | 0.63% | - |
| HSV(B) | 309.5º | 0.61% | 0.9% | - |
| XYZ | 47.23 | 28.48 | 62.04 | - |
| YUV | 144.9 | 163.05 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 90 | 207 | 0 | 0.61 | 0.10 | 0.10 | 309.5 | 0.73 | 0.63 |
| Hex | E5 | 5A | CF | 0 | 3D | A | A | 135 | 49 | 3F |
| Octal | 345 | 132 | 317 | 0 | 75 | 12 | 12 | 465 | 111 | 77 |
| Binary | 11100101 | 1011010 | 11001111 | 0 | 111101 | 1010 | 1010 | 100110101 | 1001001 | 111111 |
Color Harmonies of #E55ACF
Complementary color
Monochromatic Colors of #E55ACF
Black with #E55ACF
Text Example
Text Example
White with #E55ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55ACF; }
p { color: rgb(229,90,207); }
H1.HeaderClassName
{
color: #E55ACF;
}
.AnyTagClassName
{
color: #E55ACF;
}
</style>
background-color css
<style>
a { background-color: #E55ACF; }
a { background-color: rgb(229,90,207); }
div.DivClassName
{
background-color: #E55ACF;
}
.BgClassName
{
background-color: #E55ACF;
}
</style>
border-color css
<style>
span { border-color: #E55ACF; }
span { border-color: rgb(229,90,207); }
td.TdClassName
{
border-color: #E55ACF;
}
.TagClassName
{
border-color: #E55ACF;
}
</style>