Html Css Color HEX #EE68DA Free Speech Magenta
📋 copy color: '#EE68DA'red 238 ◦ green 104 ◦ blue 218
Shades of Free Speech Magenta #EE68DA
Tints of Free Speech Magenta #EE68DA
RGB
CMYK
RGB Variations
Color information
#EE68DA (or 0xEE68DA) is known color: Free Speech Magenta. HEX triplet: EE, 68 and DA. RGB value is (238,104,218). Sum of RGB (Red+Green+Blue) = 238+104+218=560 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.5% from 560); Green value is 104 (41.02% from 255 or 18.57% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 238 - color contains mainly: red. Hex color #EE68DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE68DA is #119725. Grayscale: #9C9C9C. Windows color (decimal): -1152806 or 14313710. OLE color: 14313710.
HSL color Cylindrical-coordinate representation of color #EE68DA: hue angle of 308.96º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EE68DA is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 104 | 218 | - |
| CMYK | 0 | 0.56 | 0.08 | 0.07 |
| HSL | 308.96º | 0.8% | 0.67% | - |
| HSV(B) | 308.96º | 0.56% | 0.93% | - |
| XYZ | 52.87 | 33.14 | 69.94 | - |
| YUV | 157.06 | 162.39 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 104 | 218 | 0 | 0.56 | 0.08 | 0.07 | 308.96 | 0.8 | 0.67 |
| Hex | EE | 68 | DA | 0 | 38 | 8 | 7 | 135 | 50 | 43 |
| Octal | 356 | 150 | 332 | 0 | 70 | 10 | 7 | 465 | 120 | 103 |
| Binary | 11101110 | 1101000 | 11011010 | 0 | 111000 | 1000 | 111 | 100110101 | 1010000 | 1000011 |
Color Harmonies of #EE68DA
Complementary color
Monochromatic Colors of #EE68DA
Black with #EE68DA
Text Example
Text Example
White with #EE68DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE68DA; }
p { color: rgb(238,104,218); }
H1.HeaderClassName
{
color: #EE68DA;
}
.AnyTagClassName
{
color: #EE68DA;
}
</style>
background-color css
<style>
a { background-color: #EE68DA; }
a { background-color: rgb(238,104,218); }
div.DivClassName
{
background-color: #EE68DA;
}
.BgClassName
{
background-color: #EE68DA;
}
</style>
border-color css
<style>
span { border-color: #EE68DA; }
span { border-color: rgb(238,104,218); }
td.TdClassName
{
border-color: #EE68DA;
}
.TagClassName
{
border-color: #EE68DA;
}
</style>