Html Css Color HEX #E666E2 Free Speech Magenta
📋 copy color: '#E666E2'red 230 ◦ green 102 ◦ blue 226
Shades of Free Speech Magenta #E666E2
Tints of Free Speech Magenta #E666E2
RGB
CMYK
RGB Variations
Color information
#E666E2 (or 0xE666E2) is known color: Free Speech Magenta. HEX triplet: E6, 66 and E2. RGB value is (230,102,226). Sum of RGB (Red+Green+Blue) = 230+102+226=558 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.22% from 558); Green value is 102 (40.23% from 255 or 18.28% from 558); Blue value is 226 (88.67% from 255 or 40.50% from 558); Max value from RGB is 230 - color contains mainly: red. Hex color #E666E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E666E2 is #19991D. Grayscale: #9A9A9A. Windows color (decimal): -1677598 or 14837478. OLE color: 14837478.
HSL color Cylindrical-coordinate representation of color #E666E2: hue angle of 301.88º 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 #E666E2 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 102 | 226 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.10 |
| HSL | 301.88º | 0.72% | 0.65% | - |
| HSV(B) | 301.88º | 0.56% | 0.9% | - |
| XYZ | 51.11 | 31.82 | 75.4 | - |
| YUV | 154.41 | 168.41 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 102 | 226 | 0 | 0.56 | 0.02 | 0.10 | 301.88 | 0.72 | 0.65 |
| Hex | E6 | 66 | E2 | 0 | 38 | 2 | A | 12E | 48 | 41 |
| Octal | 346 | 146 | 342 | 0 | 70 | 2 | 12 | 456 | 110 | 101 |
| Binary | 11100110 | 1100110 | 11100010 | 0 | 111000 | 10 | 1010 | 100101110 | 1001000 | 1000001 |
Color Harmonies of #E666E2
Complementary color
Monochromatic Colors of #E666E2
Black with #E666E2
Text Example
Text Example
White with #E666E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E666E2; }
p { color: rgb(230,102,226); }
H1.HeaderClassName
{
color: #E666E2;
}
.AnyTagClassName
{
color: #E666E2;
}
</style>
background-color css
<style>
a { background-color: #E666E2; }
a { background-color: rgb(230,102,226); }
div.DivClassName
{
background-color: #E666E2;
}
.BgClassName
{
background-color: #E666E2;
}
</style>
border-color css
<style>
span { border-color: #E666E2; }
span { border-color: rgb(230,102,226); }
td.TdClassName
{
border-color: #E666E2;
}
.TagClassName
{
border-color: #E666E2;
}
</style>