Html Css Color HEX #E040CB Free Speech Magenta
📋 copy color: '#E040CB'red 224 ◦ green 64 ◦ blue 203
Shades of Free Speech Magenta #E040CB
Tints of Free Speech Magenta #E040CB
RGB
CMYK
RGB Variations
Color information
#E040CB (or 0xE040CB) is known color: Free Speech Magenta. HEX triplet: E0, 40 and CB. RGB value is (224,64,203). Sum of RGB (Red+Green+Blue) = 224+64+203=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 64 (25.39% from 255 or 13.03% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 224 - color contains mainly: red. Hex color #E040CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E040CB is #1FBF34. Grayscale: #7F7F7F. Windows color (decimal): -2080565 or 13320416. OLE color: 13320416.
HSL color Cylindrical-coordinate representation of color #E040CB: hue angle of 307.88º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E040CB is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 64 | 203 | - |
| CMYK | 0 | 0.71 | 0.09 | 0.12 |
| HSL | 307.88º | 0.72% | 0.56% | - |
| HSV(B) | 307.88º | 0.71% | 0.88% | - |
| XYZ | 43.35 | 23.83 | 58.81 | - |
| YUV | 127.69 | 170.51 | 196.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 64 | 203 | 0 | 0.71 | 0.09 | 0.12 | 307.88 | 0.72 | 0.56 |
| Hex | E0 | 40 | CB | 0 | 47 | 9 | C | 134 | 48 | 38 |
| Octal | 340 | 100 | 313 | 0 | 107 | 11 | 14 | 464 | 110 | 70 |
| Binary | 11100000 | 1000000 | 11001011 | 0 | 1000111 | 1001 | 1100 | 100110100 | 1001000 | 111000 |
Color Harmonies of #E040CB
Complementary color
Monochromatic Colors of #E040CB
Black with #E040CB
Text Example
Text Example
White with #E040CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E040CB; }
p { color: rgb(224,64,203); }
H1.HeaderClassName
{
color: #E040CB;
}
.AnyTagClassName
{
color: #E040CB;
}
</style>
background-color css
<style>
a { background-color: #E040CB; }
a { background-color: rgb(224,64,203); }
div.DivClassName
{
background-color: #E040CB;
}
.BgClassName
{
background-color: #E040CB;
}
</style>
border-color css
<style>
span { border-color: #E040CB; }
span { border-color: rgb(224,64,203); }
td.TdClassName
{
border-color: #E040CB;
}
.TagClassName
{
border-color: #E040CB;
}
</style>