Html Css Color HEX #EE61D3 Free Speech Magenta
📋 copy color: '#EE61D3'red 238 ◦ green 97 ◦ blue 211
Shades of Free Speech Magenta #EE61D3
Tints of Free Speech Magenta #EE61D3
RGB
CMYK
RGB Variations
Color information
#EE61D3 (or 0xEE61D3) is known color: Free Speech Magenta. HEX triplet: EE, 61 and D3. RGB value is (238,97,211). Sum of RGB (Red+Green+Blue) = 238+97+211=546 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.59% from 546); Green value is 97 (38.28% from 255 or 17.77% from 546); Blue value is 211 (82.81% from 255 or 38.64% from 546); Max value from RGB is 238 - color contains mainly: red. Hex color #EE61D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE61D3 is #119E2C. Grayscale: #979797. Windows color (decimal): -1154605 or 13853166. OLE color: 13853166.
HSL color Cylindrical-coordinate representation of color #EE61D3: hue angle of 311.49º 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 #EE61D3 is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 97 | 211 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.07 |
| HSL | 311.49º | 0.81% | 0.66% | - |
| HSV(B) | 311.49º | 0.59% | 0.93% | - |
| XYZ | 51.29 | 31.43 | 64.99 | - |
| YUV | 152.16 | 161.21 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 97 | 211 | 0 | 0.59 | 0.11 | 0.07 | 311.49 | 0.81 | 0.66 |
| Hex | EE | 61 | D3 | 0 | 3B | B | 7 | 137 | 51 | 42 |
| Octal | 356 | 141 | 323 | 0 | 73 | 13 | 7 | 467 | 121 | 102 |
| Binary | 11101110 | 1100001 | 11010011 | 0 | 111011 | 1011 | 111 | 100110111 | 1010001 | 1000010 |
Color Harmonies of #EE61D3
Complementary color
Monochromatic Colors of #EE61D3
Black with #EE61D3
Text Example
Text Example
White with #EE61D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE61D3; }
p { color: rgb(238,97,211); }
H1.HeaderClassName
{
color: #EE61D3;
}
.AnyTagClassName
{
color: #EE61D3;
}
</style>
background-color css
<style>
a { background-color: #EE61D3; }
a { background-color: rgb(238,97,211); }
div.DivClassName
{
background-color: #EE61D3;
}
.BgClassName
{
background-color: #EE61D3;
}
</style>
border-color css
<style>
span { border-color: #EE61D3; }
span { border-color: rgb(238,97,211); }
td.TdClassName
{
border-color: #EE61D3;
}
.TagClassName
{
border-color: #EE61D3;
}
</style>