Html Css Color HEX #EE65CE Free Speech Magenta
📋 copy color: '#EE65CE'red 238 ◦ green 101 ◦ blue 206
Shades of Free Speech Magenta #EE65CE
Tints of Free Speech Magenta #EE65CE
RGB
CMYK
RGB Variations
Color information
#EE65CE (or 0xEE65CE) is known color: Free Speech Magenta. HEX triplet: EE, 65 and CE. RGB value is (238,101,206). Sum of RGB (Red+Green+Blue) = 238+101+206=545 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.67% from 545); Green value is 101 (39.84% from 255 or 18.53% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 238 - color contains mainly: red. Hex color #EE65CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE65CE is #119A31. Grayscale: #999999. Windows color (decimal): -1153586 or 13526510. OLE color: 13526510.
HSL color Cylindrical-coordinate representation of color #EE65CE: hue angle of 314.01º 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 #EE65CE is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 101 | 206 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.07 |
| HSL | 314.01º | 0.8% | 0.66% | - |
| HSV(B) | 314.01º | 0.58% | 0.93% | - |
| XYZ | 51.05 | 31.94 | 61.87 | - |
| YUV | 153.93 | 157.39 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 101 | 206 | 0 | 0.58 | 0.13 | 0.07 | 314.01 | 0.8 | 0.66 |
| Hex | EE | 65 | CE | 0 | 3A | D | 7 | 13A | 50 | 42 |
| Octal | 356 | 145 | 316 | 0 | 72 | 15 | 7 | 472 | 120 | 102 |
| Binary | 11101110 | 1100101 | 11001110 | 0 | 111010 | 1101 | 111 | 100111010 | 1010000 | 1000010 |
Color Harmonies of #EE65CE
Complementary color
Monochromatic Colors of #EE65CE
Black with #EE65CE
Text Example
Text Example
White with #EE65CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE65CE; }
p { color: rgb(238,101,206); }
H1.HeaderClassName
{
color: #EE65CE;
}
.AnyTagClassName
{
color: #EE65CE;
}
</style>
background-color css
<style>
a { background-color: #EE65CE; }
a { background-color: rgb(238,101,206); }
div.DivClassName
{
background-color: #EE65CE;
}
.BgClassName
{
background-color: #EE65CE;
}
</style>
border-color css
<style>
span { border-color: #EE65CE; }
span { border-color: rgb(238,101,206); }
td.TdClassName
{
border-color: #EE65CE;
}
.TagClassName
{
border-color: #EE65CE;
}
</style>