Html Css Color HEX #E44BDC Free Speech Magenta
📋 copy color: '#E44BDC'red 228 ◦ green 75 ◦ blue 220
Shades of Free Speech Magenta #E44BDC
Tints of Free Speech Magenta #E44BDC
RGB
CMYK
RGB Variations
Color information
#E44BDC (or 0xE44BDC) is known color: Free Speech Magenta. HEX triplet: E4, 4B and DC. RGB value is (228,75,220). Sum of RGB (Red+Green+Blue) = 228+75+220=523 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.59% from 523); Green value is 75 (29.69% from 255 or 14.34% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 228 - color contains mainly: red. Hex color #E44BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E44BDC is #1BB423. Grayscale: #888888. Windows color (decimal): -1815588 or 14437348. OLE color: 14437348.
HSL color Cylindrical-coordinate representation of color #E44BDC: hue angle of 303.14º 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 #E44BDC is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 75 | 220 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.11 |
| HSL | 303.14º | 0.74% | 0.59% | - |
| HSV(B) | 303.14º | 0.67% | 0.89% | - |
| XYZ | 47.43 | 26.69 | 70.36 | - |
| YUV | 137.28 | 174.69 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 75 | 220 | 0 | 0.67 | 0.04 | 0.11 | 303.14 | 0.74 | 0.59 |
| Hex | E4 | 4B | DC | 0 | 43 | 4 | B | 12F | 4A | 3B |
| Octal | 344 | 113 | 334 | 0 | 103 | 4 | 13 | 457 | 112 | 73 |
| Binary | 11100100 | 1001011 | 11011100 | 0 | 1000011 | 100 | 1011 | 100101111 | 1001010 | 111011 |
Color Harmonies of #E44BDC
Complementary color
Monochromatic Colors of #E44BDC
Black with #E44BDC
Text Example
Text Example
White with #E44BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44BDC; }
p { color: rgb(228,75,220); }
H1.HeaderClassName
{
color: #E44BDC;
}
.AnyTagClassName
{
color: #E44BDC;
}
</style>
background-color css
<style>
a { background-color: #E44BDC; }
a { background-color: rgb(228,75,220); }
div.DivClassName
{
background-color: #E44BDC;
}
.BgClassName
{
background-color: #E44BDC;
}
</style>
border-color css
<style>
span { border-color: #E44BDC; }
span { border-color: rgb(228,75,220); }
td.TdClassName
{
border-color: #E44BDC;
}
.TagClassName
{
border-color: #E44BDC;
}
</style>