Html Css Color HEX #E04ACF Free Speech Magenta
📋 copy color: '#E04ACF'red 224 ◦ green 74 ◦ blue 207
Shades of Free Speech Magenta #E04ACF
Tints of Free Speech Magenta #E04ACF
RGB
CMYK
RGB Variations
Color information
#E04ACF (or 0xE04ACF) is known color: Free Speech Magenta. HEX triplet: E0, 4A and CF. RGB value is (224,74,207). Sum of RGB (Red+Green+Blue) = 224+74+207=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 74 (29.30% from 255 or 14.65% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 224 - color contains mainly: red. Hex color #E04ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04ACF is #1FB530. Grayscale: #858585. Windows color (decimal): -2078001 or 13585120. OLE color: 13585120.
HSL color Cylindrical-coordinate representation of color #E04ACF: hue angle of 306.8º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E04ACF is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 74 | 207 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.12 |
| HSL | 306.8º | 0.71% | 0.58% | - |
| HSV(B) | 306.8º | 0.67% | 0.88% | - |
| XYZ | 44.45 | 25.25 | 61.56 | - |
| YUV | 134.01 | 169.2 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 74 | 207 | 0 | 0.67 | 0.08 | 0.12 | 306.8 | 0.71 | 0.58 |
| Hex | E0 | 4A | CF | 0 | 43 | 8 | C | 133 | 47 | 3A |
| Octal | 340 | 112 | 317 | 0 | 103 | 10 | 14 | 463 | 107 | 72 |
| Binary | 11100000 | 1001010 | 11001111 | 0 | 1000011 | 1000 | 1100 | 100110011 | 1000111 | 111010 |
Color Harmonies of #E04ACF
Complementary color
Monochromatic Colors of #E04ACF
Black with #E04ACF
Text Example
Text Example
White with #E04ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04ACF; }
p { color: rgb(224,74,207); }
H1.HeaderClassName
{
color: #E04ACF;
}
.AnyTagClassName
{
color: #E04ACF;
}
</style>
background-color css
<style>
a { background-color: #E04ACF; }
a { background-color: rgb(224,74,207); }
div.DivClassName
{
background-color: #E04ACF;
}
.BgClassName
{
background-color: #E04ACF;
}
</style>
border-color css
<style>
span { border-color: #E04ACF; }
span { border-color: rgb(224,74,207); }
td.TdClassName
{
border-color: #E04ACF;
}
.TagClassName
{
border-color: #E04ACF;
}
</style>