Html Css Color HEX #E967CE Free Speech Magenta
📋 copy color: '#E967CE'red 233 ◦ green 103 ◦ blue 206
Shades of Free Speech Magenta #E967CE
Tints of Free Speech Magenta #E967CE
RGB
CMYK
RGB Variations
Color information
#E967CE (or 0xE967CE) is known color: Free Speech Magenta. HEX triplet: E9, 67 and CE. RGB value is (233,103,206). Sum of RGB (Red+Green+Blue) = 233+103+206=542 (71% of max value = 765). Red value is 233 (91.41% from 255 or 42.99% from 542); Green value is 103 (40.62% from 255 or 19.00% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 233 - color contains mainly: red. Hex color #E967CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E967CE is #169831. Grayscale: #999999. Windows color (decimal): -1480754 or 13527017. OLE color: 13527017.
HSL color Cylindrical-coordinate representation of color #E967CE: hue angle of 312.46º 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 #E967CE is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 103 | 206 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.09 |
| HSL | 312.46º | 0.75% | 0.66% | - |
| HSV(B) | 312.46º | 0.56% | 0.91% | - |
| XYZ | 49.6 | 31.48 | 61.85 | - |
| YUV | 153.61 | 157.57 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 103 | 206 | 0 | 0.56 | 0.12 | 0.09 | 312.46 | 0.75 | 0.66 |
| Hex | E9 | 67 | CE | 0 | 38 | C | 9 | 138 | 4B | 42 |
| Octal | 351 | 147 | 316 | 0 | 70 | 14 | 11 | 470 | 113 | 102 |
| Binary | 11101001 | 1100111 | 11001110 | 0 | 111000 | 1100 | 1001 | 100111000 | 1001011 | 1000010 |
Color Harmonies of #E967CE
Complementary color
Monochromatic Colors of #E967CE
Black with #E967CE
Text Example
Text Example
White with #E967CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E967CE; }
p { color: rgb(233,103,206); }
H1.HeaderClassName
{
color: #E967CE;
}
.AnyTagClassName
{
color: #E967CE;
}
</style>
background-color css
<style>
a { background-color: #E967CE; }
a { background-color: rgb(233,103,206); }
div.DivClassName
{
background-color: #E967CE;
}
.BgClassName
{
background-color: #E967CE;
}
</style>
border-color css
<style>
span { border-color: #E967CE; }
span { border-color: rgb(233,103,206); }
td.TdClassName
{
border-color: #E967CE;
}
.TagClassName
{
border-color: #E967CE;
}
</style>