Html Css Color HEX #E44ACC Free Speech Magenta
📋 copy color: '#E44ACC'red 228 ◦ green 74 ◦ blue 204
Shades of Free Speech Magenta #E44ACC
Tints of Free Speech Magenta #E44ACC
RGB
CMYK
RGB Variations
Color information
#E44ACC (or 0xE44ACC) is known color: Free Speech Magenta. HEX triplet: E4, 4A and CC. RGB value is (228,74,204). Sum of RGB (Red+Green+Blue) = 228+74+204=506 (67% of max value = 765). Red value is 228 (89.45% from 255 or 45.06% from 506); Green value is 74 (29.30% from 255 or 14.62% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 228 - color contains mainly: red. Hex color #E44ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E44ACC is #1BB533. Grayscale: #868686. Windows color (decimal): -1815860 or 13388516. OLE color: 13388516.
HSL color Cylindrical-coordinate representation of color #E44ACC: hue angle of 309.35º 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 #E44ACC is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 74 | 204 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.11 |
| HSL | 309.35º | 0.74% | 0.59% | - |
| HSV(B) | 309.35º | 0.68% | 0.89% | - |
| XYZ | 45.34 | 25.75 | 59.71 | - |
| YUV | 134.87 | 167.02 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 74 | 204 | 0 | 0.68 | 0.11 | 0.11 | 309.35 | 0.74 | 0.59 |
| Hex | E4 | 4A | CC | 0 | 44 | B | B | 135 | 4A | 3B |
| Octal | 344 | 112 | 314 | 0 | 104 | 13 | 13 | 465 | 112 | 73 |
| Binary | 11100100 | 1001010 | 11001100 | 0 | 1000100 | 1011 | 1011 | 100110101 | 1001010 | 111011 |
Color Harmonies of #E44ACC
Complementary color
Monochromatic Colors of #E44ACC
Black with #E44ACC
Text Example
Text Example
White with #E44ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44ACC; }
p { color: rgb(228,74,204); }
H1.HeaderClassName
{
color: #E44ACC;
}
.AnyTagClassName
{
color: #E44ACC;
}
</style>
background-color css
<style>
a { background-color: #E44ACC; }
a { background-color: rgb(228,74,204); }
div.DivClassName
{
background-color: #E44ACC;
}
.BgClassName
{
background-color: #E44ACC;
}
</style>
border-color css
<style>
span { border-color: #E44ACC; }
span { border-color: rgb(228,74,204); }
td.TdClassName
{
border-color: #E44ACC;
}
.TagClassName
{
border-color: #E44ACC;
}
</style>