Html Css Color HEX #E968CE Free Speech Magenta
📋 copy color: '#E968CE'red 233 ◦ green 104 ◦ blue 206
Shades of Free Speech Magenta #E968CE
Tints of Free Speech Magenta #E968CE
RGB
CMYK
RGB Variations
Color information
#E968CE (or 0xE968CE) is known color: Free Speech Magenta. HEX triplet: E9, 68 and CE. RGB value is (233,104,206). Sum of RGB (Red+Green+Blue) = 233+104+206=543 (71% of max value = 765). Red value is 233 (91.41% from 255 or 42.91% from 543); Green value is 104 (41.02% from 255 or 19.15% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 233 - color contains mainly: red. Hex color #E968CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E968CE is #169731. Grayscale: #999999. Windows color (decimal): -1480498 or 13527273. OLE color: 13527273.
HSL color Cylindrical-coordinate representation of color #E968CE: hue angle of 312.56º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E968CE is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 104 | 206 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.09 |
| HSL | 312.56º | 0.75% | 0.66% | - |
| HSV(B) | 312.56º | 0.55% | 0.91% | - |
| XYZ | 49.7 | 31.68 | 61.89 | - |
| YUV | 154.2 | 157.24 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 104 | 206 | 0 | 0.55 | 0.12 | 0.09 | 312.56 | 0.75 | 0.66 |
| Hex | E9 | 68 | CE | 0 | 37 | C | 9 | 139 | 4B | 42 |
| Octal | 351 | 150 | 316 | 0 | 67 | 14 | 11 | 471 | 113 | 102 |
| Binary | 11101001 | 1101000 | 11001110 | 0 | 110111 | 1100 | 1001 | 100111001 | 1001011 | 1000010 |
Color Harmonies of #E968CE
Complementary color
Monochromatic Colors of #E968CE
Black with #E968CE
Text Example
Text Example
White with #E968CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E968CE; }
p { color: rgb(233,104,206); }
H1.HeaderClassName
{
color: #E968CE;
}
.AnyTagClassName
{
color: #E968CE;
}
</style>
background-color css
<style>
a { background-color: #E968CE; }
a { background-color: rgb(233,104,206); }
div.DivClassName
{
background-color: #E968CE;
}
.BgClassName
{
background-color: #E968CE;
}
</style>
border-color css
<style>
span { border-color: #E968CE; }
span { border-color: rgb(233,104,206); }
td.TdClassName
{
border-color: #E968CE;
}
.TagClassName
{
border-color: #E968CE;
}
</style>