Html Css Color HEX #E152CE Free Speech Magenta
📋 copy color: '#E152CE'red 225 ◦ green 82 ◦ blue 206
Shades of Free Speech Magenta #E152CE
Tints of Free Speech Magenta #E152CE
RGB
CMYK
RGB Variations
Color information
#E152CE (or 0xE152CE) is known color: Free Speech Magenta. HEX triplet: E1, 52 and CE. RGB value is (225,82,206). Sum of RGB (Red+Green+Blue) = 225+82+206=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 82 (32.42% from 255 or 15.98% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 225 - color contains mainly: red. Hex color #E152CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E152CE is #1EAD31. Grayscale: #8A8A8A. Windows color (decimal): -2010418 or 13521633. OLE color: 13521633.
HSL color Cylindrical-coordinate representation of color #E152CE: hue angle of 307.97º 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 #E152CE is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 82 | 206 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.12 |
| HSL | 307.97º | 0.7% | 0.6% | - |
| HSV(B) | 307.97º | 0.64% | 0.88% | - |
| XYZ | 45.21 | 26.5 | 61.12 | - |
| YUV | 138.89 | 165.88 | 189.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 82 | 206 | 0 | 0.64 | 0.08 | 0.12 | 307.97 | 0.7 | 0.6 |
| Hex | E1 | 52 | CE | 0 | 40 | 8 | C | 134 | 46 | 3C |
| Octal | 341 | 122 | 316 | 0 | 100 | 10 | 14 | 464 | 106 | 74 |
| Binary | 11100001 | 1010010 | 11001110 | 0 | 1000000 | 1000 | 1100 | 100110100 | 1000110 | 111100 |
Color Harmonies of #E152CE
Complementary color
Monochromatic Colors of #E152CE
Black with #E152CE
Text Example
Text Example
White with #E152CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E152CE; }
p { color: rgb(225,82,206); }
H1.HeaderClassName
{
color: #E152CE;
}
.AnyTagClassName
{
color: #E152CE;
}
</style>
background-color css
<style>
a { background-color: #E152CE; }
a { background-color: rgb(225,82,206); }
div.DivClassName
{
background-color: #E152CE;
}
.BgClassName
{
background-color: #E152CE;
}
</style>
border-color css
<style>
span { border-color: #E152CE; }
span { border-color: rgb(225,82,206); }
td.TdClassName
{
border-color: #E152CE;
}
.TagClassName
{
border-color: #E152CE;
}
</style>