Html Css Color HEX #EE5FEA Free Speech Magenta
📋 copy color: '#EE5FEA'red 238 ◦ green 95 ◦ blue 234
Shades of Free Speech Magenta #EE5FEA
Tints of Free Speech Magenta #EE5FEA
RGB
CMYK
RGB Variations
Color information
#EE5FEA (or 0xEE5FEA) is known color: Free Speech Magenta. HEX triplet: EE, 5F and EA. RGB value is (238,95,234). Sum of RGB (Red+Green+Blue) = 238+95+234=567 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.98% from 567); Green value is 95 (37.5% from 255 or 16.75% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5FEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5FEA is #11A015. Grayscale: #999999. Windows color (decimal): -1155094 or 15359982. OLE color: 15359982.
HSL color Cylindrical-coordinate representation of color #EE5FEA: hue angle of 301.68º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EE5FEA is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 95 | 234 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.07 |
| HSL | 301.68º | 0.81% | 0.65% | - |
| HSV(B) | 301.68º | 0.6% | 0.93% | - |
| XYZ | 54.2 | 32.3 | 81.22 | - |
| YUV | 153.6 | 173.38 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 95 | 234 | 0 | 0.60 | 0.02 | 0.07 | 301.68 | 0.81 | 0.65 |
| Hex | EE | 5F | EA | 0 | 3C | 2 | 7 | 12E | 51 | 41 |
| Octal | 356 | 137 | 352 | 0 | 74 | 2 | 7 | 456 | 121 | 101 |
| Binary | 11101110 | 1011111 | 11101010 | 0 | 111100 | 10 | 111 | 100101110 | 1010001 | 1000001 |
Color Harmonies of #EE5FEA
Complementary color
Monochromatic Colors of #EE5FEA
Black with #EE5FEA
Text Example
Text Example
White with #EE5FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5FEA; }
p { color: rgb(238,95,234); }
H1.HeaderClassName
{
color: #EE5FEA;
}
.AnyTagClassName
{
color: #EE5FEA;
}
</style>
background-color css
<style>
a { background-color: #EE5FEA; }
a { background-color: rgb(238,95,234); }
div.DivClassName
{
background-color: #EE5FEA;
}
.BgClassName
{
background-color: #EE5FEA;
}
</style>
border-color css
<style>
span { border-color: #EE5FEA; }
span { border-color: rgb(238,95,234); }
td.TdClassName
{
border-color: #EE5FEA;
}
.TagClassName
{
border-color: #EE5FEA;
}
</style>