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