Html Css Color HEX #EE61D2 Free Speech Magenta
📋 copy color: '#EE61D2'red 238 ◦ green 97 ◦ blue 210
Shades of Free Speech Magenta #EE61D2
Tints of Free Speech Magenta #EE61D2
RGB
CMYK
RGB Variations
Color information
#EE61D2 (or 0xEE61D2) is known color: Free Speech Magenta. HEX triplet: EE, 61 and D2. RGB value is (238,97,210). Sum of RGB (Red+Green+Blue) = 238+97+210=545 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.67% from 545); Green value is 97 (38.28% from 255 or 17.80% from 545); Blue value is 210 (82.42% from 255 or 38.53% from 545); Max value from RGB is 238 - color contains mainly: red. Hex color #EE61D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE61D2 is #119E2D. Grayscale: #979797. Windows color (decimal): -1154606 or 13787630. OLE color: 13787630.
HSL color Cylindrical-coordinate representation of color #EE61D2: hue angle of 311.91º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EE61D2 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 97 | 210 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.07 |
| HSL | 311.91º | 0.81% | 0.66% | - |
| HSV(B) | 311.91º | 0.59% | 0.93% | - |
| XYZ | 51.17 | 31.38 | 64.33 | - |
| YUV | 152.04 | 160.71 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 97 | 210 | 0 | 0.59 | 0.12 | 0.07 | 311.91 | 0.81 | 0.66 |
| Hex | EE | 61 | D2 | 0 | 3B | C | 7 | 138 | 51 | 42 |
| Octal | 356 | 141 | 322 | 0 | 73 | 14 | 7 | 470 | 121 | 102 |
| Binary | 11101110 | 1100001 | 11010010 | 0 | 111011 | 1100 | 111 | 100111000 | 1010001 | 1000010 |
Color Harmonies of #EE61D2
Complementary color
Monochromatic Colors of #EE61D2
Black with #EE61D2
Text Example
Text Example
White with #EE61D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE61D2; }
p { color: rgb(238,97,210); }
H1.HeaderClassName
{
color: #EE61D2;
}
.AnyTagClassName
{
color: #EE61D2;
}
</style>
background-color css
<style>
a { background-color: #EE61D2; }
a { background-color: rgb(238,97,210); }
div.DivClassName
{
background-color: #EE61D2;
}
.BgClassName
{
background-color: #EE61D2;
}
</style>
border-color css
<style>
span { border-color: #EE61D2; }
span { border-color: rgb(238,97,210); }
td.TdClassName
{
border-color: #EE61D2;
}
.TagClassName
{
border-color: #EE61D2;
}
</style>