Html Css Color HEX #EE55E5 Free Speech Magenta
📋 copy color: '#EE55E5'red 238 ◦ green 85 ◦ blue 229
Shades of Free Speech Magenta #EE55E5
Tints of Free Speech Magenta #EE55E5
RGB
CMYK
RGB Variations
Color information
#EE55E5 (or 0xEE55E5) is known color: Free Speech Magenta. HEX triplet: EE, 55 and E5. RGB value is (238,85,229). Sum of RGB (Red+Green+Blue) = 238+85+229=552 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.12% from 552); Green value is 85 (33.59% from 255 or 15.40% from 552); Blue value is 229 (89.84% from 255 or 41.49% from 552); Max value from RGB is 238 - color contains mainly: red. Hex color #EE55E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE55E5 is #11AA1A. Grayscale: #929292. Windows color (decimal): -1157659 or 15029742. OLE color: 15029742.
HSL color Cylindrical-coordinate representation of color #EE55E5: hue angle of 303.53º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EE55E5 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 85 | 229 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.07 |
| HSL | 303.53º | 0.82% | 0.63% | - |
| HSV(B) | 303.53º | 0.64% | 0.93% | - |
| XYZ | 52.65 | 30.33 | 77.21 | - |
| YUV | 147.16 | 174.19 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 85 | 229 | 0 | 0.64 | 0.04 | 0.07 | 303.53 | 0.82 | 0.63 |
| Hex | EE | 55 | E5 | 0 | 40 | 4 | 7 | 130 | 52 | 3F |
| Octal | 356 | 125 | 345 | 0 | 100 | 4 | 7 | 460 | 122 | 77 |
| Binary | 11101110 | 1010101 | 11100101 | 0 | 1000000 | 100 | 111 | 100110000 | 1010010 | 111111 |
Color Harmonies of #EE55E5
Complementary color
Monochromatic Colors of #EE55E5
Black with #EE55E5
Text Example
Text Example
White with #EE55E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE55E5; }
p { color: rgb(238,85,229); }
H1.HeaderClassName
{
color: #EE55E5;
}
.AnyTagClassName
{
color: #EE55E5;
}
</style>
background-color css
<style>
a { background-color: #EE55E5; }
a { background-color: rgb(238,85,229); }
div.DivClassName
{
background-color: #EE55E5;
}
.BgClassName
{
background-color: #EE55E5;
}
</style>
border-color css
<style>
span { border-color: #EE55E5; }
span { border-color: rgb(238,85,229); }
td.TdClassName
{
border-color: #EE55E5;
}
.TagClassName
{
border-color: #EE55E5;
}
</style>