Html Css Color HEX #E03BCE Free Speech Magenta
📋 copy color: '#E03BCE'red 224 ◦ green 59 ◦ blue 206
Shades of Free Speech Magenta #E03BCE
Tints of Free Speech Magenta #E03BCE
RGB
CMYK
RGB Variations
Color information
#E03BCE (or 0xE03BCE) is known color: Free Speech Magenta. HEX triplet: E0, 3B and CE. RGB value is (224,59,206). Sum of RGB (Red+Green+Blue) = 224+59+206=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 59 (23.44% from 255 or 12.07% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 224 - color contains mainly: red. Hex color #E03BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E03BCE is #1FC431. Grayscale: #7C7C7C. Windows color (decimal): -2081842 or 13515744. OLE color: 13515744.
HSL color Cylindrical-coordinate representation of color #E03BCE: hue angle of 306.55º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E03BCE is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 59 | 206 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.12 |
| HSL | 306.55º | 0.73% | 0.55% | - |
| HSV(B) | 306.55º | 0.74% | 0.88% | - |
| XYZ | 43.45 | 23.43 | 60.63 | - |
| YUV | 125.09 | 173.66 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 59 | 206 | 0 | 0.74 | 0.08 | 0.12 | 306.55 | 0.73 | 0.55 |
| Hex | E0 | 3B | CE | 0 | 4A | 8 | C | 133 | 49 | 37 |
| Octal | 340 | 73 | 316 | 0 | 112 | 10 | 14 | 463 | 111 | 67 |
| Binary | 11100000 | 111011 | 11001110 | 0 | 1001010 | 1000 | 1100 | 100110011 | 1001001 | 110111 |
Color Harmonies of #E03BCE
Complementary color
Monochromatic Colors of #E03BCE
Black with #E03BCE
Text Example
Text Example
White with #E03BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03BCE; }
p { color: rgb(224,59,206); }
H1.HeaderClassName
{
color: #E03BCE;
}
.AnyTagClassName
{
color: #E03BCE;
}
</style>
background-color css
<style>
a { background-color: #E03BCE; }
a { background-color: rgb(224,59,206); }
div.DivClassName
{
background-color: #E03BCE;
}
.BgClassName
{
background-color: #E03BCE;
}
</style>
border-color css
<style>
span { border-color: #E03BCE; }
span { border-color: rgb(224,59,206); }
td.TdClassName
{
border-color: #E03BCE;
}
.TagClassName
{
border-color: #E03BCE;
}
</style>