Html Css Color HEX #E44BBA Free Speech Magenta
📋 copy color: '#E44BBA'red 228 ◦ green 75 ◦ blue 186
Shades of Free Speech Magenta #E44BBA
Tints of Free Speech Magenta #E44BBA
RGB
CMYK
RGB Variations
Color information
#E44BBA (or 0xE44BBA) is known color: Free Speech Magenta. HEX triplet: E4, 4B and BA. RGB value is (228,75,186). Sum of RGB (Red+Green+Blue) = 228+75+186=489 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.63% from 489); Green value is 75 (29.69% from 255 or 15.34% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 228 - color contains mainly: red. Hex color #E44BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E44BBA is #1BB445. Grayscale: #858585. Windows color (decimal): -1815622 or 12209124. OLE color: 12209124.
HSL color Cylindrical-coordinate representation of color #E44BBA: hue angle of 316.47º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E44BBA is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 75 | 186 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.11 |
| HSL | 316.47º | 0.74% | 0.59% | - |
| HSV(B) | 316.47º | 0.67% | 0.89% | - |
| XYZ | 43.37 | 25.07 | 49.01 | - |
| YUV | 133.4 | 157.69 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 75 | 186 | 0 | 0.67 | 0.18 | 0.11 | 316.47 | 0.74 | 0.59 |
| Hex | E4 | 4B | BA | 0 | 43 | 12 | B | 13C | 4A | 3B |
| Octal | 344 | 113 | 272 | 0 | 103 | 22 | 13 | 474 | 112 | 73 |
| Binary | 11100100 | 1001011 | 10111010 | 0 | 1000011 | 10010 | 1011 | 100111100 | 1001010 | 111011 |
Color Harmonies of #E44BBA
Complementary color
Monochromatic Colors of #E44BBA
Black with #E44BBA
Text Example
Text Example
White with #E44BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44BBA; }
p { color: rgb(228,75,186); }
H1.HeaderClassName
{
color: #E44BBA;
}
.AnyTagClassName
{
color: #E44BBA;
}
</style>
background-color css
<style>
a { background-color: #E44BBA; }
a { background-color: rgb(228,75,186); }
div.DivClassName
{
background-color: #E44BBA;
}
.BgClassName
{
background-color: #E44BBA;
}
</style>
border-color css
<style>
span { border-color: #E44BBA; }
span { border-color: rgb(228,75,186); }
td.TdClassName
{
border-color: #E44BBA;
}
.TagClassName
{
border-color: #E44BBA;
}
</style>