Html Css Color HEX #E952DB Free Speech Magenta
📋 copy color: '#E952DB'red 233 ◦ green 82 ◦ blue 219
Shades of Free Speech Magenta #E952DB
Tints of Free Speech Magenta #E952DB
RGB
CMYK
RGB Variations
Color information
#E952DB (or 0xE952DB) is known color: Free Speech Magenta. HEX triplet: E9, 52 and DB. RGB value is (233,82,219). Sum of RGB (Red+Green+Blue) = 233+82+219=534 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.63% from 534); Green value is 82 (32.42% from 255 or 15.36% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 233 - color contains mainly: red. Hex color #E952DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E952DB is #16AD24. Grayscale: #8E8E8E. Windows color (decimal): -1486117 or 14373609. OLE color: 14373609.
HSL color Cylindrical-coordinate representation of color #E952DB: hue angle of 305.56º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E952DB is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 82 | 219 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.09 |
| HSL | 305.56º | 0.77% | 0.62% | - |
| HSV(B) | 305.56º | 0.65% | 0.91% | - |
| XYZ | 49.41 | 28.47 | 69.91 | - |
| YUV | 142.77 | 171.03 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 82 | 219 | 0 | 0.65 | 0.06 | 0.09 | 305.56 | 0.77 | 0.62 |
| Hex | E9 | 52 | DB | 0 | 41 | 6 | 9 | 132 | 4D | 3E |
| Octal | 351 | 122 | 333 | 0 | 101 | 6 | 11 | 462 | 115 | 76 |
| Binary | 11101001 | 1010010 | 11011011 | 0 | 1000001 | 110 | 1001 | 100110010 | 1001101 | 111110 |
Color Harmonies of #E952DB
Complementary color
Monochromatic Colors of #E952DB
Black with #E952DB
Text Example
Text Example
White with #E952DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E952DB; }
p { color: rgb(233,82,219); }
H1.HeaderClassName
{
color: #E952DB;
}
.AnyTagClassName
{
color: #E952DB;
}
</style>
background-color css
<style>
a { background-color: #E952DB; }
a { background-color: rgb(233,82,219); }
div.DivClassName
{
background-color: #E952DB;
}
.BgClassName
{
background-color: #E952DB;
}
</style>
border-color css
<style>
span { border-color: #E952DB; }
span { border-color: rgb(233,82,219); }
td.TdClassName
{
border-color: #E952DB;
}
.TagClassName
{
border-color: #E952DB;
}
</style>