Html Css Color HEX #E152DC Free Speech Magenta
📋 copy color: '#E152DC'red 225 ◦ green 82 ◦ blue 220
Shades of Free Speech Magenta #E152DC
Tints of Free Speech Magenta #E152DC
RGB
CMYK
RGB Variations
Color information
#E152DC (or 0xE152DC) is known color: Free Speech Magenta. HEX triplet: E1, 52 and DC. RGB value is (225,82,220). Sum of RGB (Red+Green+Blue) = 225+82+220=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 82 (32.42% from 255 or 15.56% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 225 - color contains mainly: red. Hex color #E152DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E152DC is #1EAD23. Grayscale: #8C8C8C. Windows color (decimal): -2010404 or 14439137. OLE color: 14439137.
HSL color Cylindrical-coordinate representation of color #E152DC: hue angle of 302.1º 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 #E152DC is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 82 | 220 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.12 |
| HSL | 302.1º | 0.7% | 0.6% | - |
| HSV(B) | 302.1º | 0.64% | 0.88% | - |
| XYZ | 46.99 | 27.21 | 70.49 | - |
| YUV | 140.49 | 172.88 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 82 | 220 | 0 | 0.64 | 0.02 | 0.12 | 302.1 | 0.7 | 0.6 |
| Hex | E1 | 52 | DC | 0 | 40 | 2 | C | 12E | 46 | 3C |
| Octal | 341 | 122 | 334 | 0 | 100 | 2 | 14 | 456 | 106 | 74 |
| Binary | 11100001 | 1010010 | 11011100 | 0 | 1000000 | 10 | 1100 | 100101110 | 1000110 | 111100 |
Color Harmonies of #E152DC
Complementary color
Monochromatic Colors of #E152DC
Black with #E152DC
Text Example
Text Example
White with #E152DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E152DC; }
p { color: rgb(225,82,220); }
H1.HeaderClassName
{
color: #E152DC;
}
.AnyTagClassName
{
color: #E152DC;
}
</style>
background-color css
<style>
a { background-color: #E152DC; }
a { background-color: rgb(225,82,220); }
div.DivClassName
{
background-color: #E152DC;
}
.BgClassName
{
background-color: #E152DC;
}
</style>
border-color css
<style>
span { border-color: #E152DC; }
span { border-color: rgb(225,82,220); }
td.TdClassName
{
border-color: #E152DC;
}
.TagClassName
{
border-color: #E152DC;
}
</style>