Html Css Color HEX #E45ECB Free Speech Magenta
📋 copy color: '#E45ECB'red 228 ◦ green 94 ◦ blue 203
Shades of Free Speech Magenta #E45ECB
Tints of Free Speech Magenta #E45ECB
RGB
CMYK
RGB Variations
Color information
#E45ECB (or 0xE45ECB) is known color: Free Speech Magenta. HEX triplet: E4, 5E and CB. RGB value is (228,94,203). Sum of RGB (Red+Green+Blue) = 228+94+203=525 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.43% from 525); Green value is 94 (37.11% from 255 or 17.90% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 228 - color contains mainly: red. Hex color #E45ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E45ECB is #1BA134. Grayscale: #929292. Windows color (decimal): -1810741 or 13328100. OLE color: 13328100.
HSL color Cylindrical-coordinate representation of color #E45ECB: hue angle of 311.19º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E45ECB is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 94 | 203 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.11 |
| HSL | 311.19º | 0.71% | 0.63% | - |
| HSV(B) | 311.19º | 0.59% | 0.89% | - |
| XYZ | 46.78 | 28.81 | 59.6 | - |
| YUV | 146.49 | 159.89 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 94 | 203 | 0 | 0.59 | 0.11 | 0.11 | 311.19 | 0.71 | 0.63 |
| Hex | E4 | 5E | CB | 0 | 3B | B | B | 137 | 47 | 3F |
| Octal | 344 | 136 | 313 | 0 | 73 | 13 | 13 | 467 | 107 | 77 |
| Binary | 11100100 | 1011110 | 11001011 | 0 | 111011 | 1011 | 1011 | 100110111 | 1000111 | 111111 |
Color Harmonies of #E45ECB
Complementary color
Monochromatic Colors of #E45ECB
Black with #E45ECB
Text Example
Text Example
White with #E45ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45ECB; }
p { color: rgb(228,94,203); }
H1.HeaderClassName
{
color: #E45ECB;
}
.AnyTagClassName
{
color: #E45ECB;
}
</style>
background-color css
<style>
a { background-color: #E45ECB; }
a { background-color: rgb(228,94,203); }
div.DivClassName
{
background-color: #E45ECB;
}
.BgClassName
{
background-color: #E45ECB;
}
</style>
border-color css
<style>
span { border-color: #E45ECB; }
span { border-color: rgb(228,94,203); }
td.TdClassName
{
border-color: #E45ECB;
}
.TagClassName
{
border-color: #E45ECB;
}
</style>