Html Css Color HEX #E44CBA Free Speech Magenta
📋 copy color: '#E44CBA'red 228 ◦ green 76 ◦ blue 186
Shades of Free Speech Magenta #E44CBA
Tints of Free Speech Magenta #E44CBA
RGB
CMYK
RGB Variations
Color information
#E44CBA (or 0xE44CBA) is known color: Free Speech Magenta. HEX triplet: E4, 4C and BA. RGB value is (228,76,186). Sum of RGB (Red+Green+Blue) = 228+76+186=490 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.53% from 490); Green value is 76 (30.08% from 255 or 15.51% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 228 - color contains mainly: red. Hex color #E44CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E44CBA is #1BB345. Grayscale: #858585. Windows color (decimal): -1815366 or 12209380. OLE color: 12209380.
HSL color Cylindrical-coordinate representation of color #E44CBA: hue angle of 316.58º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E44CBA is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 76 | 186 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.11 |
| HSL | 316.58º | 0.74% | 0.6% | - |
| HSV(B) | 316.58º | 0.67% | 0.89% | - |
| XYZ | 43.44 | 25.21 | 49.03 | - |
| YUV | 133.99 | 157.36 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 76 | 186 | 0 | 0.67 | 0.18 | 0.11 | 316.58 | 0.74 | 0.6 |
| Hex | E4 | 4C | BA | 0 | 43 | 12 | B | 13D | 4A | 3C |
| Octal | 344 | 114 | 272 | 0 | 103 | 22 | 13 | 475 | 112 | 74 |
| Binary | 11100100 | 1001100 | 10111010 | 0 | 1000011 | 10010 | 1011 | 100111101 | 1001010 | 111100 |
Color Harmonies of #E44CBA
Complementary color
Monochromatic Colors of #E44CBA
Black with #E44CBA
Text Example
Text Example
White with #E44CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44CBA; }
p { color: rgb(228,76,186); }
H1.HeaderClassName
{
color: #E44CBA;
}
.AnyTagClassName
{
color: #E44CBA;
}
</style>
background-color css
<style>
a { background-color: #E44CBA; }
a { background-color: rgb(228,76,186); }
div.DivClassName
{
background-color: #E44CBA;
}
.BgClassName
{
background-color: #E44CBA;
}
</style>
border-color css
<style>
span { border-color: #E44CBA; }
span { border-color: rgb(228,76,186); }
td.TdClassName
{
border-color: #E44CBA;
}
.TagClassName
{
border-color: #E44CBA;
}
</style>