Html Css Color HEX #E44BDF Free Speech Magenta
📋 copy color: '#E44BDF'red 228 ◦ green 75 ◦ blue 223
Shades of Free Speech Magenta #E44BDF
Tints of Free Speech Magenta #E44BDF
RGB
CMYK
RGB Variations
Color information
#E44BDF (or 0xE44BDF) is known color: Free Speech Magenta. HEX triplet: E4, 4B and DF. RGB value is (228,75,223). Sum of RGB (Red+Green+Blue) = 228+75+223=526 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.35% from 526); Green value is 75 (29.69% from 255 or 14.26% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 228 - color contains mainly: red. Hex color #E44BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E44BDF is #1BB420. Grayscale: #898989. Windows color (decimal): -1815585 or 14633956. OLE color: 14633956.
HSL color Cylindrical-coordinate representation of color #E44BDF: hue angle of 301.96º 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 #E44BDF is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 75 | 223 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.11 |
| HSL | 301.96º | 0.74% | 0.59% | - |
| HSV(B) | 301.96º | 0.67% | 0.89% | - |
| XYZ | 47.83 | 26.85 | 72.47 | - |
| YUV | 137.62 | 176.19 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 75 | 223 | 0 | 0.67 | 0.02 | 0.11 | 301.96 | 0.74 | 0.59 |
| Hex | E4 | 4B | DF | 0 | 43 | 2 | B | 12E | 4A | 3B |
| Octal | 344 | 113 | 337 | 0 | 103 | 2 | 13 | 456 | 112 | 73 |
| Binary | 11100100 | 1001011 | 11011111 | 0 | 1000011 | 10 | 1011 | 100101110 | 1001010 | 111011 |
Color Harmonies of #E44BDF
Complementary color
Monochromatic Colors of #E44BDF
Black with #E44BDF
Text Example
Text Example
White with #E44BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44BDF; }
p { color: rgb(228,75,223); }
H1.HeaderClassName
{
color: #E44BDF;
}
.AnyTagClassName
{
color: #E44BDF;
}
</style>
background-color css
<style>
a { background-color: #E44BDF; }
a { background-color: rgb(228,75,223); }
div.DivClassName
{
background-color: #E44BDF;
}
.BgClassName
{
background-color: #E44BDF;
}
</style>
border-color css
<style>
span { border-color: #E44BDF; }
span { border-color: rgb(228,75,223); }
td.TdClassName
{
border-color: #E44BDF;
}
.TagClassName
{
border-color: #E44BDF;
}
</style>