Html Css Color HEX #E44BCC Free Speech Magenta
📋 copy color: '#E44BCC'red 228 ◦ green 75 ◦ blue 204
Shades of Free Speech Magenta #E44BCC
Tints of Free Speech Magenta #E44BCC
RGB
CMYK
RGB Variations
Color information
#E44BCC (or 0xE44BCC) is known color: Free Speech Magenta. HEX triplet: E4, 4B and CC. RGB value is (228,75,204). Sum of RGB (Red+Green+Blue) = 228+75+204=507 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.97% from 507); Green value is 75 (29.69% from 255 or 14.79% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 228 - color contains mainly: red. Hex color #E44BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E44BCC is #1BB433. Grayscale: #878787. Windows color (decimal): -1815604 or 13388772. OLE color: 13388772.
HSL color Cylindrical-coordinate representation of color #E44BCC: hue angle of 309.41º 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 #E44BCC is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 75 | 204 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.11 |
| HSL | 309.41º | 0.74% | 0.59% | - |
| HSV(B) | 309.41º | 0.67% | 0.89% | - |
| XYZ | 45.41 | 25.89 | 59.73 | - |
| YUV | 135.45 | 166.69 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 75 | 204 | 0 | 0.67 | 0.11 | 0.11 | 309.41 | 0.74 | 0.59 |
| Hex | E4 | 4B | CC | 0 | 43 | B | B | 135 | 4A | 3B |
| Octal | 344 | 113 | 314 | 0 | 103 | 13 | 13 | 465 | 112 | 73 |
| Binary | 11100100 | 1001011 | 11001100 | 0 | 1000011 | 1011 | 1011 | 100110101 | 1001010 | 111011 |
Color Harmonies of #E44BCC
Complementary color
Monochromatic Colors of #E44BCC
Black with #E44BCC
Text Example
Text Example
White with #E44BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44BCC; }
p { color: rgb(228,75,204); }
H1.HeaderClassName
{
color: #E44BCC;
}
.AnyTagClassName
{
color: #E44BCC;
}
</style>
background-color css
<style>
a { background-color: #E44BCC; }
a { background-color: rgb(228,75,204); }
div.DivClassName
{
background-color: #E44BCC;
}
.BgClassName
{
background-color: #E44BCC;
}
</style>
border-color css
<style>
span { border-color: #E44BCC; }
span { border-color: rgb(228,75,204); }
td.TdClassName
{
border-color: #E44BCC;
}
.TagClassName
{
border-color: #E44BCC;
}
</style>