Html Css Color HEX #EE68E7 Free Speech Magenta
📋 copy color: '#EE68E7'red 238 ◦ green 104 ◦ blue 231
Shades of Free Speech Magenta #EE68E7
Tints of Free Speech Magenta #EE68E7
RGB
CMYK
RGB Variations
Color information
#EE68E7 (or 0xEE68E7) is known color: Free Speech Magenta. HEX triplet: EE, 68 and E7. RGB value is (238,104,231). Sum of RGB (Red+Green+Blue) = 238+104+231=573 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.54% from 573); Green value is 104 (41.02% from 255 or 18.15% from 573); Blue value is 231 (90.62% from 255 or 40.31% from 573); Max value from RGB is 238 - color contains mainly: red. Hex color #EE68E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE68E7 is #119718. Grayscale: #9E9E9E. Windows color (decimal): -1152793 or 15165678. OLE color: 15165678.
HSL color Cylindrical-coordinate representation of color #EE68E7: hue angle of 303.13º 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 #EE68E7 is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 104 | 231 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.07 |
| HSL | 303.13º | 0.8% | 0.67% | - |
| HSV(B) | 303.13º | 0.56% | 0.93% | - |
| XYZ | 54.63 | 33.85 | 79.25 | - |
| YUV | 158.54 | 168.89 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 104 | 231 | 0 | 0.56 | 0.03 | 0.07 | 303.13 | 0.8 | 0.67 |
| Hex | EE | 68 | E7 | 0 | 38 | 3 | 7 | 12F | 50 | 43 |
| Octal | 356 | 150 | 347 | 0 | 70 | 3 | 7 | 457 | 120 | 103 |
| Binary | 11101110 | 1101000 | 11100111 | 0 | 111000 | 11 | 111 | 100101111 | 1010000 | 1000011 |
Color Harmonies of #EE68E7
Complementary color
Monochromatic Colors of #EE68E7
Black with #EE68E7
Text Example
Text Example
White with #EE68E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE68E7; }
p { color: rgb(238,104,231); }
H1.HeaderClassName
{
color: #EE68E7;
}
.AnyTagClassName
{
color: #EE68E7;
}
</style>
background-color css
<style>
a { background-color: #EE68E7; }
a { background-color: rgb(238,104,231); }
div.DivClassName
{
background-color: #EE68E7;
}
.BgClassName
{
background-color: #EE68E7;
}
</style>
border-color css
<style>
span { border-color: #EE68E7; }
span { border-color: rgb(238,104,231); }
td.TdClassName
{
border-color: #EE68E7;
}
.TagClassName
{
border-color: #EE68E7;
}
</style>