Html Css Color HEX #EE66D1 Free Speech Magenta
📋 copy color: '#EE66D1'red 238 ◦ green 102 ◦ blue 209
Shades of Free Speech Magenta #EE66D1
Tints of Free Speech Magenta #EE66D1
RGB
CMYK
RGB Variations
Color information
#EE66D1 (or 0xEE66D1) is known color: Free Speech Magenta. HEX triplet: EE, 66 and D1. RGB value is (238,102,209). Sum of RGB (Red+Green+Blue) = 238+102+209=549 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.35% from 549); Green value is 102 (40.23% from 255 or 18.58% from 549); Blue value is 209 (82.03% from 255 or 38.07% from 549); Max value from RGB is 238 - color contains mainly: red. Hex color #EE66D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE66D1 is #11992E. Grayscale: #9A9A9A. Windows color (decimal): -1153327 or 13723374. OLE color: 13723374.
HSL color Cylindrical-coordinate representation of color #EE66D1: hue angle of 312.79º 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 #EE66D1 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 102 | 209 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.07 |
| HSL | 312.79º | 0.8% | 0.67% | - |
| HSV(B) | 312.79º | 0.57% | 0.93% | - |
| XYZ | 51.52 | 32.28 | 63.84 | - |
| YUV | 154.86 | 158.56 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 102 | 209 | 0 | 0.57 | 0.12 | 0.07 | 312.79 | 0.8 | 0.67 |
| Hex | EE | 66 | D1 | 0 | 39 | C | 7 | 139 | 50 | 43 |
| Octal | 356 | 146 | 321 | 0 | 71 | 14 | 7 | 471 | 120 | 103 |
| Binary | 11101110 | 1100110 | 11010001 | 0 | 111001 | 1100 | 111 | 100111001 | 1010000 | 1000011 |
Color Harmonies of #EE66D1
Complementary color
Monochromatic Colors of #EE66D1
Black with #EE66D1
Text Example
Text Example
White with #EE66D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE66D1; }
p { color: rgb(238,102,209); }
H1.HeaderClassName
{
color: #EE66D1;
}
.AnyTagClassName
{
color: #EE66D1;
}
</style>
background-color css
<style>
a { background-color: #EE66D1; }
a { background-color: rgb(238,102,209); }
div.DivClassName
{
background-color: #EE66D1;
}
.BgClassName
{
background-color: #EE66D1;
}
</style>
border-color css
<style>
span { border-color: #EE66D1; }
span { border-color: rgb(238,102,209); }
td.TdClassName
{
border-color: #EE66D1;
}
.TagClassName
{
border-color: #EE66D1;
}
</style>