Html Css Color HEX #EE55C3 Free Speech Magenta
📋 copy color: '#EE55C3'red 238 ◦ green 85 ◦ blue 195
Shades of Free Speech Magenta #EE55C3
Tints of Free Speech Magenta #EE55C3
RGB
CMYK
RGB Variations
Color information
#EE55C3 (or 0xEE55C3) is known color: Free Speech Magenta. HEX triplet: EE, 55 and C3. RGB value is (238,85,195). Sum of RGB (Red+Green+Blue) = 238+85+195=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 85 (33.59% from 255 or 16.41% from 518); Blue value is 195 (76.56% from 255 or 37.64% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EE55C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE55C3 is #11AA3C. Grayscale: #8E8E8E. Windows color (decimal): -1157693 or 12801518. OLE color: 12801518.
HSL color Cylindrical-coordinate representation of color #EE55C3: hue angle of 316.86º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EE55C3 is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 85 | 195 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.07 |
| HSL | 316.86º | 0.82% | 0.63% | - |
| HSV(B) | 316.86º | 0.64% | 0.93% | - |
| XYZ | 48.36 | 28.61 | 54.6 | - |
| YUV | 143.29 | 157.19 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 85 | 195 | 0 | 0.64 | 0.18 | 0.07 | 316.86 | 0.82 | 0.63 |
| Hex | EE | 55 | C3 | 0 | 40 | 12 | 7 | 13D | 52 | 3F |
| Octal | 356 | 125 | 303 | 0 | 100 | 22 | 7 | 475 | 122 | 77 |
| Binary | 11101110 | 1010101 | 11000011 | 0 | 1000000 | 10010 | 111 | 100111101 | 1010010 | 111111 |
Color Harmonies of #EE55C3
Complementary color
Monochromatic Colors of #EE55C3
Black with #EE55C3
Text Example
Text Example
White with #EE55C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE55C3; }
p { color: rgb(238,85,195); }
H1.HeaderClassName
{
color: #EE55C3;
}
.AnyTagClassName
{
color: #EE55C3;
}
</style>
background-color css
<style>
a { background-color: #EE55C3; }
a { background-color: rgb(238,85,195); }
div.DivClassName
{
background-color: #EE55C3;
}
.BgClassName
{
background-color: #EE55C3;
}
</style>
border-color css
<style>
span { border-color: #EE55C3; }
span { border-color: rgb(238,85,195); }
td.TdClassName
{
border-color: #EE55C3;
}
.TagClassName
{
border-color: #EE55C3;
}
</style>