Html Css Color HEX #E052CF Free Speech Magenta
📋 copy color: '#E052CF'red 224 ◦ green 82 ◦ blue 207
Shades of Free Speech Magenta #E052CF
Tints of Free Speech Magenta #E052CF
RGB
CMYK
RGB Variations
Color information
#E052CF (or 0xE052CF) is known color: Free Speech Magenta. HEX triplet: E0, 52 and CF. RGB value is (224,82,207). Sum of RGB (Red+Green+Blue) = 224+82+207=513 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.66% from 513); Green value is 82 (32.42% from 255 or 15.98% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 224 - color contains mainly: red. Hex color #E052CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E052CF is #1FAD30. Grayscale: #8A8A8A. Windows color (decimal): -2075953 or 13587168. OLE color: 13587168.
HSL color Cylindrical-coordinate representation of color #E052CF: hue angle of 307.18º 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 #E052CF is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 82 | 207 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.12 |
| HSL | 307.18º | 0.7% | 0.6% | - |
| HSV(B) | 307.18º | 0.63% | 0.88% | - |
| XYZ | 45.02 | 26.39 | 61.75 | - |
| YUV | 138.71 | 166.54 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 82 | 207 | 0 | 0.63 | 0.08 | 0.12 | 307.18 | 0.7 | 0.6 |
| Hex | E0 | 52 | CF | 0 | 3F | 8 | C | 133 | 46 | 3C |
| Octal | 340 | 122 | 317 | 0 | 77 | 10 | 14 | 463 | 106 | 74 |
| Binary | 11100000 | 1010010 | 11001111 | 0 | 111111 | 1000 | 1100 | 100110011 | 1000110 | 111100 |
Color Harmonies of #E052CF
Complementary color
Monochromatic Colors of #E052CF
Black with #E052CF
Text Example
Text Example
White with #E052CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E052CF; }
p { color: rgb(224,82,207); }
H1.HeaderClassName
{
color: #E052CF;
}
.AnyTagClassName
{
color: #E052CF;
}
</style>
background-color css
<style>
a { background-color: #E052CF; }
a { background-color: rgb(224,82,207); }
div.DivClassName
{
background-color: #E052CF;
}
.BgClassName
{
background-color: #E052CF;
}
</style>
border-color css
<style>
span { border-color: #E052CF; }
span { border-color: rgb(224,82,207); }
td.TdClassName
{
border-color: #E052CF;
}
.TagClassName
{
border-color: #E052CF;
}
</style>