Html Css Color HEX #E44ACF Free Speech Magenta
📋 copy color: '#E44ACF'red 228 ◦ green 74 ◦ blue 207
Shades of Free Speech Magenta #E44ACF
Tints of Free Speech Magenta #E44ACF
RGB
CMYK
RGB Variations
Color information
#E44ACF (or 0xE44ACF) is known color: Free Speech Magenta. HEX triplet: E4, 4A and CF. RGB value is (228,74,207). Sum of RGB (Red+Green+Blue) = 228+74+207=509 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.79% from 509); Green value is 74 (29.30% from 255 or 14.54% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 228 - color contains mainly: red. Hex color #E44ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E44ACF is #1BB530. Grayscale: #868686. Windows color (decimal): -1815857 or 13585124. OLE color: 13585124.
HSL color Cylindrical-coordinate representation of color #E44ACF: hue angle of 308.18º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E44ACF is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 74 | 207 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.11 |
| HSL | 308.18º | 0.74% | 0.59% | - |
| HSV(B) | 308.18º | 0.68% | 0.89% | - |
| XYZ | 45.71 | 25.9 | 61.62 | - |
| YUV | 135.21 | 168.52 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 74 | 207 | 0 | 0.68 | 0.09 | 0.11 | 308.18 | 0.74 | 0.59 |
| Hex | E4 | 4A | CF | 0 | 44 | 9 | B | 134 | 4A | 3B |
| Octal | 344 | 112 | 317 | 0 | 104 | 11 | 13 | 464 | 112 | 73 |
| Binary | 11100100 | 1001010 | 11001111 | 0 | 1000100 | 1001 | 1011 | 100110100 | 1001010 | 111011 |
Color Harmonies of #E44ACF
Complementary color
Monochromatic Colors of #E44ACF
Black with #E44ACF
Text Example
Text Example
White with #E44ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44ACF; }
p { color: rgb(228,74,207); }
H1.HeaderClassName
{
color: #E44ACF;
}
.AnyTagClassName
{
color: #E44ACF;
}
</style>
background-color css
<style>
a { background-color: #E44ACF; }
a { background-color: rgb(228,74,207); }
div.DivClassName
{
background-color: #E44ACF;
}
.BgClassName
{
background-color: #E44ACF;
}
</style>
border-color css
<style>
span { border-color: #E44ACF; }
span { border-color: rgb(228,74,207); }
td.TdClassName
{
border-color: #E44ACF;
}
.TagClassName
{
border-color: #E44ACF;
}
</style>