Html Css Color HEX #EE63DC Free Speech Magenta
📋 copy color: '#EE63DC'red 238 ◦ green 99 ◦ blue 220
Shades of Free Speech Magenta #EE63DC
Tints of Free Speech Magenta #EE63DC
RGB
CMYK
RGB Variations
Color information
#EE63DC (or 0xEE63DC) is known color: Free Speech Magenta. HEX triplet: EE, 63 and DC. RGB value is (238,99,220). Sum of RGB (Red+Green+Blue) = 238+99+220=557 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.73% from 557); Green value is 99 (39.06% from 255 or 17.77% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 238 - color contains mainly: red. Hex color #EE63DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE63DC is #119C23. Grayscale: #9A9A9A. Windows color (decimal): -1154084 or 14443502. OLE color: 14443502.
HSL color Cylindrical-coordinate representation of color #EE63DC: hue angle of 307.77º 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 #EE63DC is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 99 | 220 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.07 |
| HSL | 307.77º | 0.8% | 0.66% | - |
| HSV(B) | 307.77º | 0.58% | 0.93% | - |
| XYZ | 52.64 | 32.27 | 71.16 | - |
| YUV | 154.36 | 165.05 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 99 | 220 | 0 | 0.58 | 0.08 | 0.07 | 307.77 | 0.8 | 0.66 |
| Hex | EE | 63 | DC | 0 | 3A | 8 | 7 | 134 | 50 | 42 |
| Octal | 356 | 143 | 334 | 0 | 72 | 10 | 7 | 464 | 120 | 102 |
| Binary | 11101110 | 1100011 | 11011100 | 0 | 111010 | 1000 | 111 | 100110100 | 1010000 | 1000010 |
Color Harmonies of #EE63DC
Complementary color
Monochromatic Colors of #EE63DC
Black with #EE63DC
Text Example
Text Example
White with #EE63DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE63DC; }
p { color: rgb(238,99,220); }
H1.HeaderClassName
{
color: #EE63DC;
}
.AnyTagClassName
{
color: #EE63DC;
}
</style>
background-color css
<style>
a { background-color: #EE63DC; }
a { background-color: rgb(238,99,220); }
div.DivClassName
{
background-color: #EE63DC;
}
.BgClassName
{
background-color: #EE63DC;
}
</style>
border-color css
<style>
span { border-color: #EE63DC; }
span { border-color: rgb(238,99,220); }
td.TdClassName
{
border-color: #EE63DC;
}
.TagClassName
{
border-color: #EE63DC;
}
</style>