Html Css Color HEX #E152DB Free Speech Magenta
📋 copy color: '#E152DB'red 225 ◦ green 82 ◦ blue 219
Shades of Free Speech Magenta #E152DB
Tints of Free Speech Magenta #E152DB
RGB
CMYK
RGB Variations
Color information
#E152DB (or 0xE152DB) is known color: Free Speech Magenta. HEX triplet: E1, 52 and DB. RGB value is (225,82,219). Sum of RGB (Red+Green+Blue) = 225+82+219=526 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.78% from 526); Green value is 82 (32.42% from 255 or 15.59% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 225 - color contains mainly: red. Hex color #E152DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E152DB is #1EAD24. Grayscale: #8B8B8B. Windows color (decimal): -2010405 or 14373601. OLE color: 14373601.
HSL color Cylindrical-coordinate representation of color #E152DB: hue angle of 302.52º 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 #E152DB is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 82 | 219 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.12 |
| HSL | 302.52º | 0.7% | 0.6% | - |
| HSV(B) | 302.52º | 0.64% | 0.88% | - |
| XYZ | 46.85 | 27.16 | 69.79 | - |
| YUV | 140.38 | 172.38 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 82 | 219 | 0 | 0.64 | 0.03 | 0.12 | 302.52 | 0.7 | 0.6 |
| Hex | E1 | 52 | DB | 0 | 40 | 3 | C | 12F | 46 | 3C |
| Octal | 341 | 122 | 333 | 0 | 100 | 3 | 14 | 457 | 106 | 74 |
| Binary | 11100001 | 1010010 | 11011011 | 0 | 1000000 | 11 | 1100 | 100101111 | 1000110 | 111100 |
Color Harmonies of #E152DB
Complementary color
Monochromatic Colors of #E152DB
Black with #E152DB
Text Example
Text Example
White with #E152DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E152DB; }
p { color: rgb(225,82,219); }
H1.HeaderClassName
{
color: #E152DB;
}
.AnyTagClassName
{
color: #E152DB;
}
</style>
background-color css
<style>
a { background-color: #E152DB; }
a { background-color: rgb(225,82,219); }
div.DivClassName
{
background-color: #E152DB;
}
.BgClassName
{
background-color: #E152DB;
}
</style>
border-color css
<style>
span { border-color: #E152DB; }
span { border-color: rgb(225,82,219); }
td.TdClassName
{
border-color: #E152DB;
}
.TagClassName
{
border-color: #E152DB;
}
</style>