Html Css Color HEX #EE64E7 Free Speech Magenta
📋 copy color: '#EE64E7'red 238 ◦ green 100 ◦ blue 231
Shades of Free Speech Magenta #EE64E7
Tints of Free Speech Magenta #EE64E7
RGB
CMYK
RGB Variations
Color information
#EE64E7 (or 0xEE64E7) is known color: Free Speech Magenta. HEX triplet: EE, 64 and E7. RGB value is (238,100,231). Sum of RGB (Red+Green+Blue) = 238+100+231=569 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.83% from 569); Green value is 100 (39.45% from 255 or 17.57% from 569); Blue value is 231 (90.62% from 255 or 40.60% from 569); Max value from RGB is 238 - color contains mainly: red. Hex color #EE64E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE64E7 is #119B18. Grayscale: #9B9B9B. Windows color (decimal): -1153817 or 15164654. OLE color: 15164654.
HSL color Cylindrical-coordinate representation of color #EE64E7: hue angle of 303.04º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EE64E7 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 100 | 231 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.07 |
| HSL | 303.04º | 0.8% | 0.66% | - |
| HSV(B) | 303.04º | 0.58% | 0.93% | - |
| XYZ | 54.24 | 33.06 | 79.12 | - |
| YUV | 156.2 | 170.22 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 100 | 231 | 0 | 0.58 | 0.03 | 0.07 | 303.04 | 0.8 | 0.66 |
| Hex | EE | 64 | E7 | 0 | 3A | 3 | 7 | 12F | 50 | 42 |
| Octal | 356 | 144 | 347 | 0 | 72 | 3 | 7 | 457 | 120 | 102 |
| Binary | 11101110 | 1100100 | 11100111 | 0 | 111010 | 11 | 111 | 100101111 | 1010000 | 1000010 |
Color Harmonies of #EE64E7
Complementary color
Monochromatic Colors of #EE64E7
Black with #EE64E7
Text Example
Text Example
White with #EE64E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE64E7; }
p { color: rgb(238,100,231); }
H1.HeaderClassName
{
color: #EE64E7;
}
.AnyTagClassName
{
color: #EE64E7;
}
</style>
background-color css
<style>
a { background-color: #EE64E7; }
a { background-color: rgb(238,100,231); }
div.DivClassName
{
background-color: #EE64E7;
}
.BgClassName
{
background-color: #EE64E7;
}
</style>
border-color css
<style>
span { border-color: #EE64E7; }
span { border-color: rgb(238,100,231); }
td.TdClassName
{
border-color: #EE64E7;
}
.TagClassName
{
border-color: #EE64E7;
}
</style>