Html Css Color HEX #EE66D0 Free Speech Magenta
📋 copy color: '#EE66D0'red 238 ◦ green 102 ◦ blue 208
Shades of Free Speech Magenta #EE66D0
Tints of Free Speech Magenta #EE66D0
RGB
CMYK
RGB Variations
Color information
#EE66D0 (or 0xEE66D0) is known color: Free Speech Magenta. HEX triplet: EE, 66 and D0. RGB value is (238,102,208). Sum of RGB (Red+Green+Blue) = 238+102+208=548 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.43% from 548); Green value is 102 (40.23% from 255 or 18.61% from 548); Blue value is 208 (81.64% from 255 or 37.96% from 548); Max value from RGB is 238 - color contains mainly: red. Hex color #EE66D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE66D0 is #11992F. Grayscale: #9A9A9A. Windows color (decimal): -1153328 or 13657838. OLE color: 13657838.
HSL color Cylindrical-coordinate representation of color #EE66D0: hue angle of 313.24º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EE66D0 is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 102 | 208 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.07 |
| HSL | 313.24º | 0.8% | 0.67% | - |
| HSV(B) | 313.24º | 0.57% | 0.93% | - |
| XYZ | 51.4 | 32.23 | 63.19 | - |
| YUV | 154.75 | 158.06 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 102 | 208 | 0 | 0.57 | 0.13 | 0.07 | 313.24 | 0.8 | 0.67 |
| Hex | EE | 66 | D0 | 0 | 39 | D | 7 | 139 | 50 | 43 |
| Octal | 356 | 146 | 320 | 0 | 71 | 15 | 7 | 471 | 120 | 103 |
| Binary | 11101110 | 1100110 | 11010000 | 0 | 111001 | 1101 | 111 | 100111001 | 1010000 | 1000011 |
Color Harmonies of #EE66D0
Complementary color
Monochromatic Colors of #EE66D0
Black with #EE66D0
Text Example
Text Example
White with #EE66D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE66D0; }
p { color: rgb(238,102,208); }
H1.HeaderClassName
{
color: #EE66D0;
}
.AnyTagClassName
{
color: #EE66D0;
}
</style>
background-color css
<style>
a { background-color: #EE66D0; }
a { background-color: rgb(238,102,208); }
div.DivClassName
{
background-color: #EE66D0;
}
.BgClassName
{
background-color: #EE66D0;
}
</style>
border-color css
<style>
span { border-color: #EE66D0; }
span { border-color: rgb(238,102,208); }
td.TdClassName
{
border-color: #EE66D0;
}
.TagClassName
{
border-color: #EE66D0;
}
</style>