Html Css Color HEX #E152D8 Free Speech Magenta
📋 copy color: '#E152D8'red 225 ◦ green 82 ◦ blue 216
Shades of Free Speech Magenta #E152D8
Tints of Free Speech Magenta #E152D8
RGB
CMYK
RGB Variations
Color information
#E152D8 (or 0xE152D8) is known color: Free Speech Magenta. HEX triplet: E1, 52 and D8. RGB value is (225,82,216). Sum of RGB (Red+Green+Blue) = 225+82+216=523 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.02% from 523); Green value is 82 (32.42% from 255 or 15.68% from 523); Blue value is 216 (84.77% from 255 or 41.30% from 523); Max value from RGB is 225 - color contains mainly: red. Hex color #E152D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E152D8 is #1EAD27. Grayscale: #8B8B8B. Windows color (decimal): -2010408 or 14176993. OLE color: 14176993.
HSL color Cylindrical-coordinate representation of color #E152D8: hue angle of 303.78º 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 #E152D8 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 82 | 216 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.12 |
| HSL | 303.78º | 0.7% | 0.6% | - |
| HSV(B) | 303.78º | 0.64% | 0.88% | - |
| XYZ | 46.46 | 27 | 67.73 | - |
| YUV | 140.03 | 170.88 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 82 | 216 | 0 | 0.64 | 0.04 | 0.12 | 303.78 | 0.7 | 0.6 |
| Hex | E1 | 52 | D8 | 0 | 40 | 4 | C | 130 | 46 | 3C |
| Octal | 341 | 122 | 330 | 0 | 100 | 4 | 14 | 460 | 106 | 74 |
| Binary | 11100001 | 1010010 | 11011000 | 0 | 1000000 | 100 | 1100 | 100110000 | 1000110 | 111100 |
Color Harmonies of #E152D8
Complementary color
Monochromatic Colors of #E152D8
Black with #E152D8
Text Example
Text Example
White with #E152D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E152D8; }
p { color: rgb(225,82,216); }
H1.HeaderClassName
{
color: #E152D8;
}
.AnyTagClassName
{
color: #E152D8;
}
</style>
background-color css
<style>
a { background-color: #E152D8; }
a { background-color: rgb(225,82,216); }
div.DivClassName
{
background-color: #E152D8;
}
.BgClassName
{
background-color: #E152D8;
}
</style>
border-color css
<style>
span { border-color: #E152D8; }
span { border-color: rgb(225,82,216); }
td.TdClassName
{
border-color: #E152D8;
}
.TagClassName
{
border-color: #E152D8;
}
</style>