Html Css Color HEX #E03DCB Free Speech Magenta
📋 copy color: '#E03DCB'red 224 ◦ green 61 ◦ blue 203
Shades of Free Speech Magenta #E03DCB
Tints of Free Speech Magenta #E03DCB
RGB
CMYK
RGB Variations
Color information
#E03DCB (or 0xE03DCB) is known color: Free Speech Magenta. HEX triplet: E0, 3D and CB. RGB value is (224,61,203). Sum of RGB (Red+Green+Blue) = 224+61+203=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 61 (24.22% from 255 or 12.5% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 224 - color contains mainly: red. Hex color #E03DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E03DCB is #1FC234. Grayscale: #7D7D7D. Windows color (decimal): -2081333 or 13319648. OLE color: 13319648.
HSL color Cylindrical-coordinate representation of color #E03DCB: hue angle of 307.73º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E03DCB is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 61 | 203 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.12 |
| HSL | 307.73º | 0.72% | 0.56% | - |
| HSV(B) | 307.73º | 0.73% | 0.88% | - |
| XYZ | 43.19 | 23.5 | 58.76 | - |
| YUV | 125.93 | 171.5 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 61 | 203 | 0 | 0.73 | 0.09 | 0.12 | 307.73 | 0.72 | 0.56 |
| Hex | E0 | 3D | CB | 0 | 49 | 9 | C | 134 | 48 | 38 |
| Octal | 340 | 75 | 313 | 0 | 111 | 11 | 14 | 464 | 110 | 70 |
| Binary | 11100000 | 111101 | 11001011 | 0 | 1001001 | 1001 | 1100 | 100110100 | 1001000 | 111000 |
Color Harmonies of #E03DCB
Complementary color
Monochromatic Colors of #E03DCB
Black with #E03DCB
Text Example
Text Example
White with #E03DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03DCB; }
p { color: rgb(224,61,203); }
H1.HeaderClassName
{
color: #E03DCB;
}
.AnyTagClassName
{
color: #E03DCB;
}
</style>
background-color css
<style>
a { background-color: #E03DCB; }
a { background-color: rgb(224,61,203); }
div.DivClassName
{
background-color: #E03DCB;
}
.BgClassName
{
background-color: #E03DCB;
}
</style>
border-color css
<style>
span { border-color: #E03DCB; }
span { border-color: rgb(224,61,203); }
td.TdClassName
{
border-color: #E03DCB;
}
.TagClassName
{
border-color: #E03DCB;
}
</style>