Html Css Color HEX #E05CBC Free Speech Magenta
📋 copy color: '#E05CBC'red 224 ◦ green 92 ◦ blue 188
Shades of Free Speech Magenta #E05CBC
Tints of Free Speech Magenta #E05CBC
RGB
CMYK
RGB Variations
Color information
#E05CBC (or 0xE05CBC) is known color: Free Speech Magenta. HEX triplet: E0, 5C and BC. RGB value is (224,92,188). Sum of RGB (Red+Green+Blue) = 224+92+188=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 92 (36.33% from 255 or 18.25% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 224 - color contains mainly: red. Hex color #E05CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05CBC is #1FA343. Grayscale: #8E8E8E. Windows color (decimal): -2073412 or 12344544. OLE color: 12344544.
HSL color Cylindrical-coordinate representation of color #E05CBC: hue angle of 316.36º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E05CBC is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 92 | 188 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.12 |
| HSL | 316.36º | 0.68% | 0.62% | - |
| HSV(B) | 316.36º | 0.59% | 0.88% | - |
| XYZ | 43.64 | 27.13 | 50.51 | - |
| YUV | 142.41 | 153.73 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 92 | 188 | 0 | 0.59 | 0.16 | 0.12 | 316.36 | 0.68 | 0.62 |
| Hex | E0 | 5C | BC | 0 | 3B | 10 | C | 13C | 44 | 3E |
| Octal | 340 | 134 | 274 | 0 | 73 | 20 | 14 | 474 | 104 | 76 |
| Binary | 11100000 | 1011100 | 10111100 | 0 | 111011 | 10000 | 1100 | 100111100 | 1000100 | 111110 |
Color Harmonies of #E05CBC
Complementary color
Monochromatic Colors of #E05CBC
Black with #E05CBC
Text Example
Text Example
White with #E05CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05CBC; }
p { color: rgb(224,92,188); }
H1.HeaderClassName
{
color: #E05CBC;
}
.AnyTagClassName
{
color: #E05CBC;
}
</style>
background-color css
<style>
a { background-color: #E05CBC; }
a { background-color: rgb(224,92,188); }
div.DivClassName
{
background-color: #E05CBC;
}
.BgClassName
{
background-color: #E05CBC;
}
</style>
border-color css
<style>
span { border-color: #E05CBC; }
span { border-color: rgb(224,92,188); }
td.TdClassName
{
border-color: #E05CBC;
}
.TagClassName
{
border-color: #E05CBC;
}
</style>