Html Css Color HEX #E966E6 Free Speech Magenta
📋 copy color: '#E966E6'red 233 ◦ green 102 ◦ blue 230
Shades of Free Speech Magenta #E966E6
Tints of Free Speech Magenta #E966E6
RGB
CMYK
RGB Variations
Color information
#E966E6 (or 0xE966E6) is known color: Free Speech Magenta. HEX triplet: E9, 66 and E6. RGB value is (233,102,230). Sum of RGB (Red+Green+Blue) = 233+102+230=565 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.24% from 565); Green value is 102 (40.23% from 255 or 18.05% from 565); Blue value is 230 (90.23% from 255 or 40.71% from 565); Max value from RGB is 233 - color contains mainly: red. Hex color #E966E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E966E6 is #169919. Grayscale: #9B9B9B. Windows color (decimal): -1480986 or 15099625. OLE color: 15099625.
HSL color Cylindrical-coordinate representation of color #E966E6: hue angle of 301.37º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E966E6 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 102 | 230 | - |
| CMYK | 0 | 0.56 | 0.01 | 0.09 |
| HSL | 301.37º | 0.75% | 0.66% | - |
| HSV(B) | 301.37º | 0.56% | 0.91% | - |
| XYZ | 52.64 | 32.54 | 78.37 | - |
| YUV | 155.76 | 169.9 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 102 | 230 | 0 | 0.56 | 0.01 | 0.09 | 301.37 | 0.75 | 0.66 |
| Hex | E9 | 66 | E6 | 0 | 38 | 1 | 9 | 12D | 4B | 42 |
| Octal | 351 | 146 | 346 | 0 | 70 | 1 | 11 | 455 | 113 | 102 |
| Binary | 11101001 | 1100110 | 11100110 | 0 | 111000 | 1 | 1001 | 100101101 | 1001011 | 1000010 |
Color Harmonies of #E966E6
Complementary color
Monochromatic Colors of #E966E6
Black with #E966E6
Text Example
Text Example
White with #E966E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E966E6; }
p { color: rgb(233,102,230); }
H1.HeaderClassName
{
color: #E966E6;
}
.AnyTagClassName
{
color: #E966E6;
}
</style>
background-color css
<style>
a { background-color: #E966E6; }
a { background-color: rgb(233,102,230); }
div.DivClassName
{
background-color: #E966E6;
}
.BgClassName
{
background-color: #E966E6;
}
</style>
border-color css
<style>
span { border-color: #E966E6; }
span { border-color: rgb(233,102,230); }
td.TdClassName
{
border-color: #E966E6;
}
.TagClassName
{
border-color: #E966E6;
}
</style>