Html Css Color HEX #E44BCB Free Speech Magenta
📋 copy color: '#E44BCB'red 228 ◦ green 75 ◦ blue 203
Shades of Free Speech Magenta #E44BCB
Tints of Free Speech Magenta #E44BCB
RGB
CMYK
RGB Variations
Color information
#E44BCB (or 0xE44BCB) is known color: Free Speech Magenta. HEX triplet: E4, 4B and CB. RGB value is (228,75,203). Sum of RGB (Red+Green+Blue) = 228+75+203=506 (67% of max value = 765). Red value is 228 (89.45% from 255 or 45.06% from 506); Green value is 75 (29.69% from 255 or 14.82% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 228 - color contains mainly: red. Hex color #E44BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E44BCB is #1BB434. Grayscale: #868686. Windows color (decimal): -1815605 or 13323236. OLE color: 13323236.
HSL color Cylindrical-coordinate representation of color #E44BCB: hue angle of 309.8º 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 #E44BCB is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 75 | 203 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.11 |
| HSL | 309.8º | 0.74% | 0.59% | - |
| HSV(B) | 309.8º | 0.67% | 0.89% | - |
| XYZ | 45.29 | 25.84 | 59.1 | - |
| YUV | 135.34 | 166.19 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 75 | 203 | 0 | 0.67 | 0.11 | 0.11 | 309.8 | 0.74 | 0.59 |
| Hex | E4 | 4B | CB | 0 | 43 | B | B | 136 | 4A | 3B |
| Octal | 344 | 113 | 313 | 0 | 103 | 13 | 13 | 466 | 112 | 73 |
| Binary | 11100100 | 1001011 | 11001011 | 0 | 1000011 | 1011 | 1011 | 100110110 | 1001010 | 111011 |
Color Harmonies of #E44BCB
Complementary color
Monochromatic Colors of #E44BCB
Black with #E44BCB
Text Example
Text Example
White with #E44BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44BCB; }
p { color: rgb(228,75,203); }
H1.HeaderClassName
{
color: #E44BCB;
}
.AnyTagClassName
{
color: #E44BCB;
}
</style>
background-color css
<style>
a { background-color: #E44BCB; }
a { background-color: rgb(228,75,203); }
div.DivClassName
{
background-color: #E44BCB;
}
.BgClassName
{
background-color: #E44BCB;
}
</style>
border-color css
<style>
span { border-color: #E44BCB; }
span { border-color: rgb(228,75,203); }
td.TdClassName
{
border-color: #E44BCB;
}
.TagClassName
{
border-color: #E44BCB;
}
</style>