Html Css Color HEX #EE65D0 Free Speech Magenta
📋 copy color: '#EE65D0'red 238 ◦ green 101 ◦ blue 208
Shades of Free Speech Magenta #EE65D0
Tints of Free Speech Magenta #EE65D0
RGB
CMYK
RGB Variations
Color information
#EE65D0 (or 0xEE65D0) is known color: Free Speech Magenta. HEX triplet: EE, 65 and D0. RGB value is (238,101,208). Sum of RGB (Red+Green+Blue) = 238+101+208=547 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.51% from 547); Green value is 101 (39.84% from 255 or 18.46% from 547); Blue value is 208 (81.64% from 255 or 38.03% from 547); Max value from RGB is 238 - color contains mainly: red. Hex color #EE65D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE65D0 is #119A2F. Grayscale: #999999. Windows color (decimal): -1153584 or 13657582. OLE color: 13657582.
HSL color Cylindrical-coordinate representation of color #EE65D0: hue angle of 313.14º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EE65D0 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 101 | 208 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.07 |
| HSL | 313.14º | 0.8% | 0.66% | - |
| HSV(B) | 313.14º | 0.58% | 0.93% | - |
| XYZ | 51.3 | 32.04 | 63.15 | - |
| YUV | 154.16 | 158.39 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 101 | 208 | 0 | 0.58 | 0.13 | 0.07 | 313.14 | 0.8 | 0.66 |
| Hex | EE | 65 | D0 | 0 | 3A | D | 7 | 139 | 50 | 42 |
| Octal | 356 | 145 | 320 | 0 | 72 | 15 | 7 | 471 | 120 | 102 |
| Binary | 11101110 | 1100101 | 11010000 | 0 | 111010 | 1101 | 111 | 100111001 | 1010000 | 1000010 |
Color Harmonies of #EE65D0
Complementary color
Monochromatic Colors of #EE65D0
Black with #EE65D0
Text Example
Text Example
White with #EE65D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE65D0; }
p { color: rgb(238,101,208); }
H1.HeaderClassName
{
color: #EE65D0;
}
.AnyTagClassName
{
color: #EE65D0;
}
</style>
background-color css
<style>
a { background-color: #EE65D0; }
a { background-color: rgb(238,101,208); }
div.DivClassName
{
background-color: #EE65D0;
}
.BgClassName
{
background-color: #EE65D0;
}
</style>
border-color css
<style>
span { border-color: #EE65D0; }
span { border-color: rgb(238,101,208); }
td.TdClassName
{
border-color: #EE65D0;
}
.TagClassName
{
border-color: #EE65D0;
}
</style>