Html Css Color HEX #E050CA Free Speech Magenta
📋 copy color: '#E050CA'red 224 ◦ green 80 ◦ blue 202
Shades of Free Speech Magenta #E050CA
Tints of Free Speech Magenta #E050CA
RGB
CMYK
RGB Variations
Color information
#E050CA (or 0xE050CA) is known color: Free Speech Magenta. HEX triplet: E0, 50 and CA. RGB value is (224,80,202). Sum of RGB (Red+Green+Blue) = 224+80+202=506 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.27% from 506); Green value is 80 (31.64% from 255 or 15.81% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 224 - color contains mainly: red. Hex color #E050CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E050CA is #1FAF35. Grayscale: #888888. Windows color (decimal): -2076470 or 13258976. OLE color: 13258976.
HSL color Cylindrical-coordinate representation of color #E050CA: hue angle of 309.17º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E050CA is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 80 | 202 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.12 |
| HSL | 309.17º | 0.7% | 0.6% | - |
| HSV(B) | 309.17º | 0.64% | 0.88% | - |
| XYZ | 44.27 | 25.85 | 58.53 | - |
| YUV | 136.96 | 164.71 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 80 | 202 | 0 | 0.64 | 0.10 | 0.12 | 309.17 | 0.7 | 0.6 |
| Hex | E0 | 50 | CA | 0 | 40 | A | C | 135 | 46 | 3C |
| Octal | 340 | 120 | 312 | 0 | 100 | 12 | 14 | 465 | 106 | 74 |
| Binary | 11100000 | 1010000 | 11001010 | 0 | 1000000 | 1010 | 1100 | 100110101 | 1000110 | 111100 |
Color Harmonies of #E050CA
Complementary color
Monochromatic Colors of #E050CA
Black with #E050CA
Text Example
Text Example
White with #E050CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E050CA; }
p { color: rgb(224,80,202); }
H1.HeaderClassName
{
color: #E050CA;
}
.AnyTagClassName
{
color: #E050CA;
}
</style>
background-color css
<style>
a { background-color: #E050CA; }
a { background-color: rgb(224,80,202); }
div.DivClassName
{
background-color: #E050CA;
}
.BgClassName
{
background-color: #E050CA;
}
</style>
border-color css
<style>
span { border-color: #E050CA; }
span { border-color: rgb(224,80,202); }
td.TdClassName
{
border-color: #E050CA;
}
.TagClassName
{
border-color: #E050CA;
}
</style>