Html Css Color HEX #EE60D1 Free Speech Magenta
📋 copy color: '#EE60D1'red 238 ◦ green 96 ◦ blue 209
Shades of Free Speech Magenta #EE60D1
Tints of Free Speech Magenta #EE60D1
RGB
CMYK
RGB Variations
Color information
#EE60D1 (or 0xEE60D1) is known color: Free Speech Magenta. HEX triplet: EE, 60 and D1. RGB value is (238,96,209). Sum of RGB (Red+Green+Blue) = 238+96+209=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 96 (37.89% from 255 or 17.68% from 543); Blue value is 209 (82.03% from 255 or 38.49% from 543); Max value from RGB is 238 - color contains mainly: red. Hex color #EE60D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE60D1 is #119F2E. Grayscale: #979797. Windows color (decimal): -1154863 or 13721838. OLE color: 13721838.
HSL color Cylindrical-coordinate representation of color #EE60D1: hue angle of 312.25º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EE60D1 is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 96 | 209 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.07 |
| HSL | 312.25º | 0.81% | 0.65% | - |
| HSV(B) | 312.25º | 0.6% | 0.93% | - |
| XYZ | 50.95 | 31.15 | 63.65 | - |
| YUV | 151.34 | 160.54 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 96 | 209 | 0 | 0.60 | 0.12 | 0.07 | 312.25 | 0.81 | 0.65 |
| Hex | EE | 60 | D1 | 0 | 3C | C | 7 | 138 | 51 | 41 |
| Octal | 356 | 140 | 321 | 0 | 74 | 14 | 7 | 470 | 121 | 101 |
| Binary | 11101110 | 1100000 | 11010001 | 0 | 111100 | 1100 | 111 | 100111000 | 1010001 | 1000001 |
Color Harmonies of #EE60D1
Complementary color
Monochromatic Colors of #EE60D1
Black with #EE60D1
Text Example
Text Example
White with #EE60D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE60D1; }
p { color: rgb(238,96,209); }
H1.HeaderClassName
{
color: #EE60D1;
}
.AnyTagClassName
{
color: #EE60D1;
}
</style>
background-color css
<style>
a { background-color: #EE60D1; }
a { background-color: rgb(238,96,209); }
div.DivClassName
{
background-color: #EE60D1;
}
.BgClassName
{
background-color: #EE60D1;
}
</style>
border-color css
<style>
span { border-color: #EE60D1; }
span { border-color: rgb(238,96,209); }
td.TdClassName
{
border-color: #EE60D1;
}
.TagClassName
{
border-color: #EE60D1;
}
</style>