Html Css Color HEX #E44CBD Free Speech Magenta
📋 copy color: '#E44CBD'red 228 ◦ green 76 ◦ blue 189
Shades of Free Speech Magenta #E44CBD
Tints of Free Speech Magenta #E44CBD
RGB
CMYK
RGB Variations
Color information
#E44CBD (or 0xE44CBD) is known color: Free Speech Magenta. HEX triplet: E4, 4C and BD. RGB value is (228,76,189). Sum of RGB (Red+Green+Blue) = 228+76+189=493 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.25% from 493); Green value is 76 (30.08% from 255 or 15.42% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 228 - color contains mainly: red. Hex color #E44CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E44CBD is #1BB342. Grayscale: #868686. Windows color (decimal): -1815363 or 12405988. OLE color: 12405988.
HSL color Cylindrical-coordinate representation of color #E44CBD: hue angle of 315.39º 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 #E44CBD is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 76 | 189 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.11 |
| HSL | 315.39º | 0.74% | 0.6% | - |
| HSV(B) | 315.39º | 0.67% | 0.89% | - |
| XYZ | 43.76 | 25.34 | 50.73 | - |
| YUV | 134.33 | 158.86 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 76 | 189 | 0 | 0.67 | 0.17 | 0.11 | 315.39 | 0.74 | 0.6 |
| Hex | E4 | 4C | BD | 0 | 43 | 11 | B | 13B | 4A | 3C |
| Octal | 344 | 114 | 275 | 0 | 103 | 21 | 13 | 473 | 112 | 74 |
| Binary | 11100100 | 1001100 | 10111101 | 0 | 1000011 | 10001 | 1011 | 100111011 | 1001010 | 111100 |
Color Harmonies of #E44CBD
Complementary color
Monochromatic Colors of #E44CBD
Black with #E44CBD
Text Example
Text Example
White with #E44CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44CBD; }
p { color: rgb(228,76,189); }
H1.HeaderClassName
{
color: #E44CBD;
}
.AnyTagClassName
{
color: #E44CBD;
}
</style>
background-color css
<style>
a { background-color: #E44CBD; }
a { background-color: rgb(228,76,189); }
div.DivClassName
{
background-color: #E44CBD;
}
.BgClassName
{
background-color: #E44CBD;
}
</style>
border-color css
<style>
span { border-color: #E44CBD; }
span { border-color: rgb(228,76,189); }
td.TdClassName
{
border-color: #E44CBD;
}
.TagClassName
{
border-color: #E44CBD;
}
</style>