Html Css Color HEX #EE63EA Free Speech Magenta
📋 copy color: '#EE63EA'red 238 ◦ green 99 ◦ blue 234
Shades of Free Speech Magenta #EE63EA
Tints of Free Speech Magenta #EE63EA
RGB
CMYK
RGB Variations
Color information
#EE63EA (or 0xEE63EA) is known color: Free Speech Magenta. HEX triplet: EE, 63 and EA. RGB value is (238,99,234). Sum of RGB (Red+Green+Blue) = 238+99+234=571 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.68% from 571); Green value is 99 (39.06% from 255 or 17.34% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 238 - color contains mainly: red. Hex color #EE63EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE63EA is #119C15. Grayscale: #9B9B9B. Windows color (decimal): -1154070 or 15361006. OLE color: 15361006.
HSL color Cylindrical-coordinate representation of color #EE63EA: hue angle of 301.73º 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 #EE63EA is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 99 | 234 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.07 |
| HSL | 301.73º | 0.8% | 0.66% | - |
| HSV(B) | 301.73º | 0.58% | 0.93% | - |
| XYZ | 54.57 | 33.04 | 81.34 | - |
| YUV | 155.95 | 172.05 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 99 | 234 | 0 | 0.58 | 0.02 | 0.07 | 301.73 | 0.8 | 0.66 |
| Hex | EE | 63 | EA | 0 | 3A | 2 | 7 | 12E | 50 | 42 |
| Octal | 356 | 143 | 352 | 0 | 72 | 2 | 7 | 456 | 120 | 102 |
| Binary | 11101110 | 1100011 | 11101010 | 0 | 111010 | 10 | 111 | 100101110 | 1010000 | 1000010 |
Color Harmonies of #EE63EA
Complementary color
Monochromatic Colors of #EE63EA
Black with #EE63EA
Text Example
Text Example
White with #EE63EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE63EA; }
p { color: rgb(238,99,234); }
H1.HeaderClassName
{
color: #EE63EA;
}
.AnyTagClassName
{
color: #EE63EA;
}
</style>
background-color css
<style>
a { background-color: #EE63EA; }
a { background-color: rgb(238,99,234); }
div.DivClassName
{
background-color: #EE63EA;
}
.BgClassName
{
background-color: #EE63EA;
}
</style>
border-color css
<style>
span { border-color: #EE63EA; }
span { border-color: rgb(238,99,234); }
td.TdClassName
{
border-color: #EE63EA;
}
.TagClassName
{
border-color: #EE63EA;
}
</style>