Html Css Color HEX #E668C7 Free Speech Magenta
📋 copy color: '#E668C7'red 230 ◦ green 104 ◦ blue 199
Shades of Free Speech Magenta #E668C7
Tints of Free Speech Magenta #E668C7
RGB
CMYK
RGB Variations
Color information
#E668C7 (or 0xE668C7) is known color: Free Speech Magenta. HEX triplet: E6, 68 and C7. RGB value is (230,104,199). Sum of RGB (Red+Green+Blue) = 230+104+199=533 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.15% from 533); Green value is 104 (41.02% from 255 or 19.51% from 533); Blue value is 199 (78.12% from 255 or 37.34% from 533); Max value from RGB is 230 - color contains mainly: red. Hex color #E668C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E668C7 is #199738. Grayscale: #989898. Windows color (decimal): -1677113 or 13068518. OLE color: 13068518.
HSL color Cylindrical-coordinate representation of color #E668C7: hue angle of 314.76º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E668C7 is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 104 | 199 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.10 |
| HSL | 314.76º | 0.72% | 0.65% | - |
| HSV(B) | 314.76º | 0.55% | 0.9% | - |
| XYZ | 47.89 | 30.85 | 57.46 | - |
| YUV | 152.5 | 154.24 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 104 | 199 | 0 | 0.55 | 0.13 | 0.10 | 314.76 | 0.72 | 0.65 |
| Hex | E6 | 68 | C7 | 0 | 37 | D | A | 13B | 48 | 41 |
| Octal | 346 | 150 | 307 | 0 | 67 | 15 | 12 | 473 | 110 | 101 |
| Binary | 11100110 | 1101000 | 11000111 | 0 | 110111 | 1101 | 1010 | 100111011 | 1001000 | 1000001 |
Color Harmonies of #E668C7
Complementary color
Monochromatic Colors of #E668C7
Black with #E668C7
Text Example
Text Example
White with #E668C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E668C7; }
p { color: rgb(230,104,199); }
H1.HeaderClassName
{
color: #E668C7;
}
.AnyTagClassName
{
color: #E668C7;
}
</style>
background-color css
<style>
a { background-color: #E668C7; }
a { background-color: rgb(230,104,199); }
div.DivClassName
{
background-color: #E668C7;
}
.BgClassName
{
background-color: #E668C7;
}
</style>
border-color css
<style>
span { border-color: #E668C7; }
span { border-color: rgb(230,104,199); }
td.TdClassName
{
border-color: #E668C7;
}
.TagClassName
{
border-color: #E668C7;
}
</style>