Html Css Color HEX #EE52DB Free Speech Magenta
📋 copy color: '#EE52DB'red 238 ◦ green 82 ◦ blue 219
Shades of Free Speech Magenta #EE52DB
Tints of Free Speech Magenta #EE52DB
RGB
CMYK
RGB Variations
Color information
#EE52DB (or 0xEE52DB) is known color: Free Speech Magenta. HEX triplet: EE, 52 and DB. RGB value is (238,82,219). Sum of RGB (Red+Green+Blue) = 238+82+219=539 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.16% from 539); Green value is 82 (32.42% from 255 or 15.21% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 238 - color contains mainly: red. Hex color #EE52DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE52DB is #11AD24. Grayscale: #8F8F8F. Windows color (decimal): -1158437 or 14373614. OLE color: 14373614.
HSL color Cylindrical-coordinate representation of color #EE52DB: hue angle of 307.31º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE52DB is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 82 | 219 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.07 |
| HSL | 307.31º | 0.82% | 0.63% | - |
| HSV(B) | 307.31º | 0.66% | 0.93% | - |
| XYZ | 51.06 | 29.33 | 69.99 | - |
| YUV | 144.26 | 170.18 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 82 | 219 | 0 | 0.66 | 0.08 | 0.07 | 307.31 | 0.82 | 0.63 |
| Hex | EE | 52 | DB | 0 | 42 | 8 | 7 | 133 | 52 | 3F |
| Octal | 356 | 122 | 333 | 0 | 102 | 10 | 7 | 463 | 122 | 77 |
| Binary | 11101110 | 1010010 | 11011011 | 0 | 1000010 | 1000 | 111 | 100110011 | 1010010 | 111111 |
Color Harmonies of #EE52DB
Complementary color
Monochromatic Colors of #EE52DB
Black with #EE52DB
Text Example
Text Example
White with #EE52DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE52DB; }
p { color: rgb(238,82,219); }
H1.HeaderClassName
{
color: #EE52DB;
}
.AnyTagClassName
{
color: #EE52DB;
}
</style>
background-color css
<style>
a { background-color: #EE52DB; }
a { background-color: rgb(238,82,219); }
div.DivClassName
{
background-color: #EE52DB;
}
.BgClassName
{
background-color: #EE52DB;
}
</style>
border-color css
<style>
span { border-color: #EE52DB; }
span { border-color: rgb(238,82,219); }
td.TdClassName
{
border-color: #EE52DB;
}
.TagClassName
{
border-color: #EE52DB;
}
</style>