Html Css Color HEX #E058CE Free Speech Magenta
📋 copy color: '#E058CE'red 224 ◦ green 88 ◦ blue 206
Shades of Free Speech Magenta #E058CE
Tints of Free Speech Magenta #E058CE
RGB
CMYK
RGB Variations
Color information
#E058CE (or 0xE058CE) is known color: Free Speech Magenta. HEX triplet: E0, 58 and CE. RGB value is (224,88,206). Sum of RGB (Red+Green+Blue) = 224+88+206=518 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.24% from 518); Green value is 88 (34.77% from 255 or 16.99% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 224 - color contains mainly: red. Hex color #E058CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E058CE is #1FA731. Grayscale: #8D8D8D. Windows color (decimal): -2074418 or 13523168. OLE color: 13523168.
HSL color Cylindrical-coordinate representation of color #E058CE: hue angle of 307.94º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E058CE is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 88 | 206 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.12 |
| HSL | 307.94º | 0.69% | 0.61% | - |
| HSV(B) | 307.94º | 0.61% | 0.88% | - |
| XYZ | 45.37 | 27.28 | 61.27 | - |
| YUV | 142.12 | 164.06 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 88 | 206 | 0 | 0.61 | 0.08 | 0.12 | 307.94 | 0.69 | 0.61 |
| Hex | E0 | 58 | CE | 0 | 3D | 8 | C | 134 | 45 | 3D |
| Octal | 340 | 130 | 316 | 0 | 75 | 10 | 14 | 464 | 105 | 75 |
| Binary | 11100000 | 1011000 | 11001110 | 0 | 111101 | 1000 | 1100 | 100110100 | 1000101 | 111101 |
Color Harmonies of #E058CE
Complementary color
Monochromatic Colors of #E058CE
Black with #E058CE
Text Example
Text Example
White with #E058CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E058CE; }
p { color: rgb(224,88,206); }
H1.HeaderClassName
{
color: #E058CE;
}
.AnyTagClassName
{
color: #E058CE;
}
</style>
background-color css
<style>
a { background-color: #E058CE; }
a { background-color: rgb(224,88,206); }
div.DivClassName
{
background-color: #E058CE;
}
.BgClassName
{
background-color: #E058CE;
}
</style>
border-color css
<style>
span { border-color: #E058CE; }
span { border-color: rgb(224,88,206); }
td.TdClassName
{
border-color: #E058CE;
}
.TagClassName
{
border-color: #E058CE;
}
</style>