Html Css Color HEX #E040CA Free Speech Magenta
📋 copy color: '#E040CA'red 224 ◦ green 64 ◦ blue 202
Shades of Free Speech Magenta #E040CA
Tints of Free Speech Magenta #E040CA
RGB
CMYK
RGB Variations
Color information
#E040CA (or 0xE040CA) is known color: Free Speech Magenta. HEX triplet: E0, 40 and CA. RGB value is (224,64,202). Sum of RGB (Red+Green+Blue) = 224+64+202=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 64 (25.39% from 255 or 13.06% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E040CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E040CA is #1FBF35. Grayscale: #7F7F7F. Windows color (decimal): -2080566 or 13254880. OLE color: 13254880.
HSL color Cylindrical-coordinate representation of color #E040CA: hue angle of 308.25º 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 #E040CA is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 64 | 202 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.12 |
| HSL | 308.25º | 0.72% | 0.56% | - |
| HSV(B) | 308.25º | 0.71% | 0.88% | - |
| XYZ | 43.23 | 23.78 | 58.19 | - |
| YUV | 127.57 | 170.01 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 64 | 202 | 0 | 0.71 | 0.10 | 0.12 | 308.25 | 0.72 | 0.56 |
| Hex | E0 | 40 | CA | 0 | 47 | A | C | 134 | 48 | 38 |
| Octal | 340 | 100 | 312 | 0 | 107 | 12 | 14 | 464 | 110 | 70 |
| Binary | 11100000 | 1000000 | 11001010 | 0 | 1000111 | 1010 | 1100 | 100110100 | 1001000 | 111000 |
Color Harmonies of #E040CA
Complementary color
Monochromatic Colors of #E040CA
Black with #E040CA
Text Example
Text Example
White with #E040CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E040CA; }
p { color: rgb(224,64,202); }
H1.HeaderClassName
{
color: #E040CA;
}
.AnyTagClassName
{
color: #E040CA;
}
</style>
background-color css
<style>
a { background-color: #E040CA; }
a { background-color: rgb(224,64,202); }
div.DivClassName
{
background-color: #E040CA;
}
.BgClassName
{
background-color: #E040CA;
}
</style>
border-color css
<style>
span { border-color: #E040CA; }
span { border-color: rgb(224,64,202); }
td.TdClassName
{
border-color: #E040CA;
}
.TagClassName
{
border-color: #E040CA;
}
</style>