Html Css Color HEX #EE51C2 Free Speech Magenta
📋 copy color: '#EE51C2'red 238 ◦ green 81 ◦ blue 194
Shades of Free Speech Magenta #EE51C2
Tints of Free Speech Magenta #EE51C2
RGB
CMYK
RGB Variations
Color information
#EE51C2 (or 0xEE51C2) is known color: Free Speech Magenta. HEX triplet: EE, 51 and C2. RGB value is (238,81,194). Sum of RGB (Red+Green+Blue) = 238+81+194=513 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.39% from 513); Green value is 81 (32.03% from 255 or 15.79% from 513); Blue value is 194 (76.17% from 255 or 37.82% from 513); Max value from RGB is 238 - color contains mainly: red. Hex color #EE51C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE51C2 is #11AE3D. Grayscale: #8C8C8C. Windows color (decimal): -1158718 or 12734958. OLE color: 12734958.
HSL color Cylindrical-coordinate representation of color #EE51C2: hue angle of 316.82º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE51C2 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 81 | 194 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.07 |
| HSL | 316.82º | 0.82% | 0.63% | - |
| HSV(B) | 316.82º | 0.66% | 0.93% | - |
| XYZ | 47.94 | 27.96 | 53.91 | - |
| YUV | 140.83 | 158.01 | 197.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 81 | 194 | 0 | 0.66 | 0.18 | 0.07 | 316.82 | 0.82 | 0.63 |
| Hex | EE | 51 | C2 | 0 | 42 | 12 | 7 | 13D | 52 | 3F |
| Octal | 356 | 121 | 302 | 0 | 102 | 22 | 7 | 475 | 122 | 77 |
| Binary | 11101110 | 1010001 | 11000010 | 0 | 1000010 | 10010 | 111 | 100111101 | 1010010 | 111111 |
Color Harmonies of #EE51C2
Complementary color
Monochromatic Colors of #EE51C2
Black with #EE51C2
Text Example
Text Example
White with #EE51C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE51C2; }
p { color: rgb(238,81,194); }
H1.HeaderClassName
{
color: #EE51C2;
}
.AnyTagClassName
{
color: #EE51C2;
}
</style>
background-color css
<style>
a { background-color: #EE51C2; }
a { background-color: rgb(238,81,194); }
div.DivClassName
{
background-color: #EE51C2;
}
.BgClassName
{
background-color: #EE51C2;
}
</style>
border-color css
<style>
span { border-color: #EE51C2; }
span { border-color: rgb(238,81,194); }
td.TdClassName
{
border-color: #EE51C2;
}
.TagClassName
{
border-color: #EE51C2;
}
</style>