Html Css Color HEX #E252DB Free Speech Magenta
📋 copy color: '#E252DB'red 226 ◦ green 82 ◦ blue 219
Shades of Free Speech Magenta #E252DB
Tints of Free Speech Magenta #E252DB
RGB
CMYK
RGB Variations
Color information
#E252DB (or 0xE252DB) is known color: Free Speech Magenta. HEX triplet: E2, 52 and DB. RGB value is (226,82,219). Sum of RGB (Red+Green+Blue) = 226+82+219=527 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.88% from 527); Green value is 82 (32.42% from 255 or 15.56% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 226 - color contains mainly: red. Hex color #E252DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E252DB is #1DAD24. Grayscale: #8C8C8C. Windows color (decimal): -1944869 or 14373602. OLE color: 14373602.
HSL color Cylindrical-coordinate representation of color #E252DB: hue angle of 302.92º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E252DB is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 82 | 219 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.11 |
| HSL | 302.92º | 0.71% | 0.6% | - |
| HSV(B) | 302.92º | 0.64% | 0.89% | - |
| XYZ | 47.17 | 27.32 | 69.8 | - |
| YUV | 140.67 | 172.21 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 82 | 219 | 0 | 0.64 | 0.03 | 0.11 | 302.92 | 0.71 | 0.6 |
| Hex | E2 | 52 | DB | 0 | 40 | 3 | B | 12F | 47 | 3C |
| Octal | 342 | 122 | 333 | 0 | 100 | 3 | 13 | 457 | 107 | 74 |
| Binary | 11100010 | 1010010 | 11011011 | 0 | 1000000 | 11 | 1011 | 100101111 | 1000111 | 111100 |
Color Harmonies of #E252DB
Complementary color
Monochromatic Colors of #E252DB
Black with #E252DB
Text Example
Text Example
White with #E252DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E252DB; }
p { color: rgb(226,82,219); }
H1.HeaderClassName
{
color: #E252DB;
}
.AnyTagClassName
{
color: #E252DB;
}
</style>
background-color css
<style>
a { background-color: #E252DB; }
a { background-color: rgb(226,82,219); }
div.DivClassName
{
background-color: #E252DB;
}
.BgClassName
{
background-color: #E252DB;
}
</style>
border-color css
<style>
span { border-color: #E252DB; }
span { border-color: rgb(226,82,219); }
td.TdClassName
{
border-color: #E252DB;
}
.TagClassName
{
border-color: #E252DB;
}
</style>