Html Css Color HEX #EE65CF Free Speech Magenta
📋 copy color: '#EE65CF'red 238 ◦ green 101 ◦ blue 207
Shades of Free Speech Magenta #EE65CF
Tints of Free Speech Magenta #EE65CF
RGB
CMYK
RGB Variations
Color information
#EE65CF (or 0xEE65CF) is known color: Free Speech Magenta. HEX triplet: EE, 65 and CF. RGB value is (238,101,207). Sum of RGB (Red+Green+Blue) = 238+101+207=546 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.59% from 546); Green value is 101 (39.84% from 255 or 18.50% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 238 - color contains mainly: red. Hex color #EE65CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE65CF is #119A30. Grayscale: #999999. Windows color (decimal): -1153585 or 13592046. OLE color: 13592046.
HSL color Cylindrical-coordinate representation of color #EE65CF: hue angle of 313.58º 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 #EE65CF is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 101 | 207 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.07 |
| HSL | 313.58º | 0.8% | 0.66% | - |
| HSV(B) | 313.58º | 0.58% | 0.93% | - |
| XYZ | 51.18 | 31.99 | 62.51 | - |
| YUV | 154.05 | 157.89 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 101 | 207 | 0 | 0.58 | 0.13 | 0.07 | 313.58 | 0.8 | 0.66 |
| Hex | EE | 65 | CF | 0 | 3A | D | 7 | 13A | 50 | 42 |
| Octal | 356 | 145 | 317 | 0 | 72 | 15 | 7 | 472 | 120 | 102 |
| Binary | 11101110 | 1100101 | 11001111 | 0 | 111010 | 1101 | 111 | 100111010 | 1010000 | 1000010 |
Color Harmonies of #EE65CF
Complementary color
Monochromatic Colors of #EE65CF
Black with #EE65CF
Text Example
Text Example
White with #EE65CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE65CF; }
p { color: rgb(238,101,207); }
H1.HeaderClassName
{
color: #EE65CF;
}
.AnyTagClassName
{
color: #EE65CF;
}
</style>
background-color css
<style>
a { background-color: #EE65CF; }
a { background-color: rgb(238,101,207); }
div.DivClassName
{
background-color: #EE65CF;
}
.BgClassName
{
background-color: #EE65CF;
}
</style>
border-color css
<style>
span { border-color: #EE65CF; }
span { border-color: rgb(238,101,207); }
td.TdClassName
{
border-color: #EE65CF;
}
.TagClassName
{
border-color: #EE65CF;
}
</style>