Html Css Color HEX #EE50E5 Free Speech Magenta
📋 copy color: '#EE50E5'red 238 ◦ green 80 ◦ blue 229
Shades of Free Speech Magenta #EE50E5
Tints of Free Speech Magenta #EE50E5
RGB
CMYK
RGB Variations
Color information
#EE50E5 (or 0xEE50E5) is known color: Free Speech Magenta. HEX triplet: EE, 50 and E5. RGB value is (238,80,229). Sum of RGB (Red+Green+Blue) = 238+80+229=547 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.51% from 547); Green value is 80 (31.64% from 255 or 14.63% from 547); Blue value is 229 (89.84% from 255 or 41.86% from 547); Max value from RGB is 238 - color contains mainly: red. Hex color #EE50E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE50E5 is #11AF1A. Grayscale: #8F8F8F. Windows color (decimal): -1158939 or 15028462. OLE color: 15028462.
HSL color Cylindrical-coordinate representation of color #EE50E5: hue angle of 303.42º 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 #EE50E5 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 80 | 229 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.07 |
| HSL | 303.42º | 0.82% | 0.62% | - |
| HSV(B) | 303.42º | 0.66% | 0.93% | - |
| XYZ | 52.27 | 29.57 | 77.08 | - |
| YUV | 144.23 | 175.85 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 229 | 0 | 0.66 | 0.04 | 0.07 | 303.42 | 0.82 | 0.62 |
| Hex | EE | 50 | E5 | 0 | 42 | 4 | 7 | 12F | 52 | 3E |
| Octal | 356 | 120 | 345 | 0 | 102 | 4 | 7 | 457 | 122 | 76 |
| Binary | 11101110 | 1010000 | 11100101 | 0 | 1000010 | 100 | 111 | 100101111 | 1010010 | 111110 |
Color Harmonies of #EE50E5
Complementary color
Monochromatic Colors of #EE50E5
Black with #EE50E5
Text Example
Text Example
White with #EE50E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE50E5; }
p { color: rgb(238,80,229); }
H1.HeaderClassName
{
color: #EE50E5;
}
.AnyTagClassName
{
color: #EE50E5;
}
</style>
background-color css
<style>
a { background-color: #EE50E5; }
a { background-color: rgb(238,80,229); }
div.DivClassName
{
background-color: #EE50E5;
}
.BgClassName
{
background-color: #EE50E5;
}
</style>
border-color css
<style>
span { border-color: #EE50E5; }
span { border-color: rgb(238,80,229); }
td.TdClassName
{
border-color: #EE50E5;
}
.TagClassName
{
border-color: #EE50E5;
}
</style>