Html Css Color HEX #EE57E5 Free Speech Magenta
📋 copy color: '#EE57E5'red 238 ◦ green 87 ◦ blue 229
Shades of Free Speech Magenta #EE57E5
Tints of Free Speech Magenta #EE57E5
RGB
CMYK
RGB Variations
Color information
#EE57E5 (or 0xEE57E5) is known color: Free Speech Magenta. HEX triplet: EE, 57 and E5. RGB value is (238,87,229). Sum of RGB (Red+Green+Blue) = 238+87+229=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 87 (34.38% from 255 or 15.70% from 554); Blue value is 229 (89.84% from 255 or 41.34% from 554); Max value from RGB is 238 - color contains mainly: red. Hex color #EE57E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE57E5 is #11A81A. Grayscale: #939393. Windows color (decimal): -1157147 or 15030254. OLE color: 15030254.
HSL color Cylindrical-coordinate representation of color #EE57E5: hue angle of 303.58º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EE57E5 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 87 | 229 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.07 |
| HSL | 303.58º | 0.82% | 0.64% | - |
| HSV(B) | 303.58º | 0.63% | 0.93% | - |
| XYZ | 52.81 | 30.65 | 77.26 | - |
| YUV | 148.34 | 173.53 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 87 | 229 | 0 | 0.63 | 0.04 | 0.07 | 303.58 | 0.82 | 0.64 |
| Hex | EE | 57 | E5 | 0 | 3F | 4 | 7 | 130 | 52 | 40 |
| Octal | 356 | 127 | 345 | 0 | 77 | 4 | 7 | 460 | 122 | 100 |
| Binary | 11101110 | 1010111 | 11100101 | 0 | 111111 | 100 | 111 | 100110000 | 1010010 | 1000000 |
Color Harmonies of #EE57E5
Complementary color
Monochromatic Colors of #EE57E5
Black with #EE57E5
Text Example
Text Example
White with #EE57E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE57E5; }
p { color: rgb(238,87,229); }
H1.HeaderClassName
{
color: #EE57E5;
}
.AnyTagClassName
{
color: #EE57E5;
}
</style>
background-color css
<style>
a { background-color: #EE57E5; }
a { background-color: rgb(238,87,229); }
div.DivClassName
{
background-color: #EE57E5;
}
.BgClassName
{
background-color: #EE57E5;
}
</style>
border-color css
<style>
span { border-color: #EE57E5; }
span { border-color: rgb(238,87,229); }
td.TdClassName
{
border-color: #EE57E5;
}
.TagClassName
{
border-color: #EE57E5;
}
</style>