Html Css Color HEX #EE52D1 Free Speech Magenta
📋 copy color: '#EE52D1'red 238 ◦ green 82 ◦ blue 209
Shades of Free Speech Magenta #EE52D1
Tints of Free Speech Magenta #EE52D1
RGB
CMYK
RGB Variations
Color information
#EE52D1 (or 0xEE52D1) is known color: Free Speech Magenta. HEX triplet: EE, 52 and D1. RGB value is (238,82,209). Sum of RGB (Red+Green+Blue) = 238+82+209=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 82 (32.42% from 255 or 15.50% from 529); Blue value is 209 (82.03% from 255 or 39.51% from 529); Max value from RGB is 238 - color contains mainly: red. Hex color #EE52D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE52D1 is #11AD2E. Grayscale: #8E8E8E. Windows color (decimal): -1158447 or 13718254. OLE color: 13718254.
HSL color Cylindrical-coordinate representation of color #EE52D1: hue angle of 311.15º 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 #EE52D1 is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 82 | 209 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.07 |
| HSL | 311.15º | 0.82% | 0.63% | - |
| HSV(B) | 311.15º | 0.66% | 0.93% | - |
| XYZ | 49.79 | 28.82 | 63.26 | - |
| YUV | 143.12 | 165.18 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 82 | 209 | 0 | 0.66 | 0.12 | 0.07 | 311.15 | 0.82 | 0.63 |
| Hex | EE | 52 | D1 | 0 | 42 | C | 7 | 137 | 52 | 3F |
| Octal | 356 | 122 | 321 | 0 | 102 | 14 | 7 | 467 | 122 | 77 |
| Binary | 11101110 | 1010010 | 11010001 | 0 | 1000010 | 1100 | 111 | 100110111 | 1010010 | 111111 |
Color Harmonies of #EE52D1
Complementary color
Monochromatic Colors of #EE52D1
Black with #EE52D1
Text Example
Text Example
White with #EE52D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE52D1; }
p { color: rgb(238,82,209); }
H1.HeaderClassName
{
color: #EE52D1;
}
.AnyTagClassName
{
color: #EE52D1;
}
</style>
background-color css
<style>
a { background-color: #EE52D1; }
a { background-color: rgb(238,82,209); }
div.DivClassName
{
background-color: #EE52D1;
}
.BgClassName
{
background-color: #EE52D1;
}
</style>
border-color css
<style>
span { border-color: #EE52D1; }
span { border-color: rgb(238,82,209); }
td.TdClassName
{
border-color: #EE52D1;
}
.TagClassName
{
border-color: #EE52D1;
}
</style>