Html Css Color HEX #EE68EA Free Speech Magenta
📋 copy color: '#EE68EA'red 238 ◦ green 104 ◦ blue 234
Shades of Free Speech Magenta #EE68EA
Tints of Free Speech Magenta #EE68EA
RGB
CMYK
RGB Variations
Color information
#EE68EA (or 0xEE68EA) is known color: Free Speech Magenta. HEX triplet: EE, 68 and EA. RGB value is (238,104,234). Sum of RGB (Red+Green+Blue) = 238+104+234=576 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.32% from 576); Green value is 104 (41.02% from 255 or 18.06% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 238 - color contains mainly: red. Hex color #EE68EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE68EA is #119715. Grayscale: #9E9E9E. Windows color (decimal): -1152790 or 15362286. OLE color: 15362286.
HSL color Cylindrical-coordinate representation of color #EE68EA: hue angle of 301.79º 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 #EE68EA is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 104 | 234 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.07 |
| HSL | 301.79º | 0.8% | 0.67% | - |
| HSV(B) | 301.79º | 0.56% | 0.93% | - |
| XYZ | 55.06 | 34.02 | 81.51 | - |
| YUV | 158.89 | 170.39 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 104 | 234 | 0 | 0.56 | 0.02 | 0.07 | 301.79 | 0.8 | 0.67 |
| Hex | EE | 68 | EA | 0 | 38 | 2 | 7 | 12E | 50 | 43 |
| Octal | 356 | 150 | 352 | 0 | 70 | 2 | 7 | 456 | 120 | 103 |
| Binary | 11101110 | 1101000 | 11101010 | 0 | 111000 | 10 | 111 | 100101110 | 1010000 | 1000011 |
Color Harmonies of #EE68EA
Complementary color
Monochromatic Colors of #EE68EA
Black with #EE68EA
Text Example
Text Example
White with #EE68EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE68EA; }
p { color: rgb(238,104,234); }
H1.HeaderClassName
{
color: #EE68EA;
}
.AnyTagClassName
{
color: #EE68EA;
}
</style>
background-color css
<style>
a { background-color: #EE68EA; }
a { background-color: rgb(238,104,234); }
div.DivClassName
{
background-color: #EE68EA;
}
.BgClassName
{
background-color: #EE68EA;
}
</style>
border-color css
<style>
span { border-color: #EE68EA; }
span { border-color: rgb(238,104,234); }
td.TdClassName
{
border-color: #EE68EA;
}
.TagClassName
{
border-color: #EE68EA;
}
</style>