Html Css Color HEX #EE50E8 Free Speech Magenta
📋 copy color: '#EE50E8'red 238 ◦ green 80 ◦ blue 232
Shades of Free Speech Magenta #EE50E8
Tints of Free Speech Magenta #EE50E8
RGB
CMYK
RGB Variations
Color information
#EE50E8 (or 0xEE50E8) is known color: Free Speech Magenta. HEX triplet: EE, 50 and E8. RGB value is (238,80,232). Sum of RGB (Red+Green+Blue) = 238+80+232=550 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.27% from 550); Green value is 80 (31.64% from 255 or 14.55% from 550); Blue value is 232 (91.02% from 255 or 42.18% from 550); Max value from RGB is 238 - color contains mainly: red. Hex color #EE50E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE50E8 is #11AF17. Grayscale: #909090. Windows color (decimal): -1158936 or 15225070. OLE color: 15225070.
HSL color Cylindrical-coordinate representation of color #EE50E8: hue angle of 302.28º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE50E8 is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 80 | 232 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.07 |
| HSL | 302.28º | 0.82% | 0.62% | - |
| HSV(B) | 302.28º | 0.66% | 0.93% | - |
| XYZ | 52.69 | 29.74 | 79.31 | - |
| YUV | 144.57 | 177.35 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 232 | 0 | 0.66 | 0.03 | 0.07 | 302.28 | 0.82 | 0.62 |
| Hex | EE | 50 | E8 | 0 | 42 | 3 | 7 | 12E | 52 | 3E |
| Octal | 356 | 120 | 350 | 0 | 102 | 3 | 7 | 456 | 122 | 76 |
| Binary | 11101110 | 1010000 | 11101000 | 0 | 1000010 | 11 | 111 | 100101110 | 1010010 | 111110 |
Color Harmonies of #EE50E8
Complementary color
Monochromatic Colors of #EE50E8
Black with #EE50E8
Text Example
Text Example
White with #EE50E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE50E8; }
p { color: rgb(238,80,232); }
H1.HeaderClassName
{
color: #EE50E8;
}
.AnyTagClassName
{
color: #EE50E8;
}
</style>
background-color css
<style>
a { background-color: #EE50E8; }
a { background-color: rgb(238,80,232); }
div.DivClassName
{
background-color: #EE50E8;
}
.BgClassName
{
background-color: #EE50E8;
}
</style>
border-color css
<style>
span { border-color: #EE50E8; }
span { border-color: rgb(238,80,232); }
td.TdClassName
{
border-color: #EE50E8;
}
.TagClassName
{
border-color: #EE50E8;
}
</style>