Html Css Color HEX #E152C0 Free Speech Magenta
📋 copy color: '#E152C0'red 225 ◦ green 82 ◦ blue 192
Shades of Free Speech Magenta #E152C0
Tints of Free Speech Magenta #E152C0
RGB
CMYK
RGB Variations
Color information
#E152C0 (or 0xE152C0) is known color: Free Speech Magenta. HEX triplet: E1, 52 and C0. RGB value is (225,82,192). Sum of RGB (Red+Green+Blue) = 225+82+192=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 82 (32.42% from 255 or 16.43% from 499); Blue value is 192 (75.39% from 255 or 38.48% from 499); Max value from RGB is 225 - color contains mainly: red. Hex color #E152C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E152C0 is #1EAD3F. Grayscale: #898989. Windows color (decimal): -2010432 or 12604129. OLE color: 12604129.
HSL color Cylindrical-coordinate representation of color #E152C0: hue angle of 313.85º 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 #E152C0 is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 82 | 192 | - |
| CMYK | 0 | 0.64 | 0.15 | 0.12 |
| HSL | 313.85º | 0.7% | 0.6% | - |
| HSV(B) | 313.85º | 0.64% | 0.88% | - |
| XYZ | 43.58 | 25.85 | 52.56 | - |
| YUV | 137.3 | 158.88 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 82 | 192 | 0 | 0.64 | 0.15 | 0.12 | 313.85 | 0.7 | 0.6 |
| Hex | E1 | 52 | C0 | 0 | 40 | F | C | 13A | 46 | 3C |
| Octal | 341 | 122 | 300 | 0 | 100 | 17 | 14 | 472 | 106 | 74 |
| Binary | 11100001 | 1010010 | 11000000 | 0 | 1000000 | 1111 | 1100 | 100111010 | 1000110 | 111100 |
Color Harmonies of #E152C0
Complementary color
Monochromatic Colors of #E152C0
Black with #E152C0
Text Example
Text Example
White with #E152C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E152C0; }
p { color: rgb(225,82,192); }
H1.HeaderClassName
{
color: #E152C0;
}
.AnyTagClassName
{
color: #E152C0;
}
</style>
background-color css
<style>
a { background-color: #E152C0; }
a { background-color: rgb(225,82,192); }
div.DivClassName
{
background-color: #E152C0;
}
.BgClassName
{
background-color: #E152C0;
}
</style>
border-color css
<style>
span { border-color: #E152C0; }
span { border-color: rgb(225,82,192); }
td.TdClassName
{
border-color: #E152C0;
}
.TagClassName
{
border-color: #E152C0;
}
</style>