Html Css Color HEX #EE5FCD Free Speech Magenta
📋 copy color: '#EE5FCD'red 238 ◦ green 95 ◦ blue 205
Shades of Free Speech Magenta #EE5FCD
Tints of Free Speech Magenta #EE5FCD
RGB
CMYK
RGB Variations
Color information
#EE5FCD (or 0xEE5FCD) is known color: Free Speech Magenta. HEX triplet: EE, 5F and CD. RGB value is (238,95,205). Sum of RGB (Red+Green+Blue) = 238+95+205=538 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.24% from 538); Green value is 95 (37.5% from 255 or 17.66% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE5FCD is #11A032. Grayscale: #969696. Windows color (decimal): -1155123 or 13459438. OLE color: 13459438.
HSL color Cylindrical-coordinate representation of color #EE5FCD: hue angle of 313.85º 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 #EE5FCD is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 95 | 205 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.07 |
| HSL | 313.85º | 0.81% | 0.65% | - |
| HSV(B) | 313.85º | 0.6% | 0.93% | - |
| XYZ | 50.37 | 30.77 | 61.04 | - |
| YUV | 150.3 | 158.88 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 95 | 205 | 0 | 0.60 | 0.14 | 0.07 | 313.85 | 0.81 | 0.65 |
| Hex | EE | 5F | CD | 0 | 3C | E | 7 | 13A | 51 | 41 |
| Octal | 356 | 137 | 315 | 0 | 74 | 16 | 7 | 472 | 121 | 101 |
| Binary | 11101110 | 1011111 | 11001101 | 0 | 111100 | 1110 | 111 | 100111010 | 1010001 | 1000001 |
Color Harmonies of #EE5FCD
Complementary color
Monochromatic Colors of #EE5FCD
Black with #EE5FCD
Text Example
Text Example
White with #EE5FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5FCD; }
p { color: rgb(238,95,205); }
H1.HeaderClassName
{
color: #EE5FCD;
}
.AnyTagClassName
{
color: #EE5FCD;
}
</style>
background-color css
<style>
a { background-color: #EE5FCD; }
a { background-color: rgb(238,95,205); }
div.DivClassName
{
background-color: #EE5FCD;
}
.BgClassName
{
background-color: #EE5FCD;
}
</style>
border-color css
<style>
span { border-color: #EE5FCD; }
span { border-color: rgb(238,95,205); }
td.TdClassName
{
border-color: #EE5FCD;
}
.TagClassName
{
border-color: #EE5FCD;
}
</style>