Html Css Color HEX #E666CC Free Speech Magenta
📋 copy color: '#E666CC'red 230 ◦ green 102 ◦ blue 204
Shades of Free Speech Magenta #E666CC
Tints of Free Speech Magenta #E666CC
RGB
CMYK
RGB Variations
Color information
#E666CC (or 0xE666CC) is known color: Free Speech Magenta. HEX triplet: E6, 66 and CC. RGB value is (230,102,204). Sum of RGB (Red+Green+Blue) = 230+102+204=536 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.91% from 536); Green value is 102 (40.23% from 255 or 19.03% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 230 - color contains mainly: red. Hex color #E666CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E666CC is #199933. Grayscale: #979797. Windows color (decimal): -1677620 or 13395686. OLE color: 13395686.
HSL color Cylindrical-coordinate representation of color #E666CC: hue angle of 312.19º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E666CC is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 102 | 204 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.10 |
| HSL | 312.19º | 0.72% | 0.65% | - |
| HSV(B) | 312.19º | 0.56% | 0.9% | - |
| XYZ | 48.28 | 30.69 | 60.5 | - |
| YUV | 151.9 | 157.41 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 102 | 204 | 0 | 0.56 | 0.11 | 0.10 | 312.19 | 0.72 | 0.65 |
| Hex | E6 | 66 | CC | 0 | 38 | B | A | 138 | 48 | 41 |
| Octal | 346 | 146 | 314 | 0 | 70 | 13 | 12 | 470 | 110 | 101 |
| Binary | 11100110 | 1100110 | 11001100 | 0 | 111000 | 1011 | 1010 | 100111000 | 1001000 | 1000001 |
Color Harmonies of #E666CC
Complementary color
Monochromatic Colors of #E666CC
Black with #E666CC
Text Example
Text Example
White with #E666CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E666CC; }
p { color: rgb(230,102,204); }
H1.HeaderClassName
{
color: #E666CC;
}
.AnyTagClassName
{
color: #E666CC;
}
</style>
background-color css
<style>
a { background-color: #E666CC; }
a { background-color: rgb(230,102,204); }
div.DivClassName
{
background-color: #E666CC;
}
.BgClassName
{
background-color: #E666CC;
}
</style>
border-color css
<style>
span { border-color: #E666CC; }
span { border-color: rgb(230,102,204); }
td.TdClassName
{
border-color: #E666CC;
}
.TagClassName
{
border-color: #E666CC;
}
</style>