Html Css Color HEX #E052CA Free Speech Magenta
📋 copy color: '#E052CA'red 224 ◦ green 82 ◦ blue 202
Shades of Free Speech Magenta #E052CA
Tints of Free Speech Magenta #E052CA
RGB
CMYK
RGB Variations
Color information
#E052CA (or 0xE052CA) is known color: Free Speech Magenta. HEX triplet: E0, 52 and CA. RGB value is (224,82,202). Sum of RGB (Red+Green+Blue) = 224+82+202=508 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.09% from 508); Green value is 82 (32.42% from 255 or 16.14% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 224 - color contains mainly: red. Hex color #E052CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E052CA is #1FAD35. Grayscale: #898989. Windows color (decimal): -2075958 or 13259488. OLE color: 13259488.
HSL color Cylindrical-coordinate representation of color #E052CA: hue angle of 309.3º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E052CA is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 82 | 202 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.12 |
| HSL | 309.3º | 0.7% | 0.6% | - |
| HSV(B) | 309.3º | 0.63% | 0.88% | - |
| XYZ | 44.42 | 26.15 | 58.58 | - |
| YUV | 138.14 | 164.04 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 82 | 202 | 0 | 0.63 | 0.10 | 0.12 | 309.3 | 0.7 | 0.6 |
| Hex | E0 | 52 | CA | 0 | 3F | A | C | 135 | 46 | 3C |
| Octal | 340 | 122 | 312 | 0 | 77 | 12 | 14 | 465 | 106 | 74 |
| Binary | 11100000 | 1010010 | 11001010 | 0 | 111111 | 1010 | 1100 | 100110101 | 1000110 | 111100 |
Color Harmonies of #E052CA
Complementary color
Monochromatic Colors of #E052CA
Black with #E052CA
Text Example
Text Example
White with #E052CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E052CA; }
p { color: rgb(224,82,202); }
H1.HeaderClassName
{
color: #E052CA;
}
.AnyTagClassName
{
color: #E052CA;
}
</style>
background-color css
<style>
a { background-color: #E052CA; }
a { background-color: rgb(224,82,202); }
div.DivClassName
{
background-color: #E052CA;
}
.BgClassName
{
background-color: #E052CA;
}
</style>
border-color css
<style>
span { border-color: #E052CA; }
span { border-color: rgb(224,82,202); }
td.TdClassName
{
border-color: #E052CA;
}
.TagClassName
{
border-color: #E052CA;
}
</style>