Html Css Color HEX #E967C9 Free Speech Magenta
📋 copy color: '#E967C9'red 233 ◦ green 103 ◦ blue 201
Shades of Free Speech Magenta #E967C9
Tints of Free Speech Magenta #E967C9
RGB
CMYK
RGB Variations
Color information
#E967C9 (or 0xE967C9) is known color: Free Speech Magenta. HEX triplet: E9, 67 and C9. RGB value is (233,103,201). Sum of RGB (Red+Green+Blue) = 233+103+201=537 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.39% from 537); Green value is 103 (40.62% from 255 or 19.18% from 537); Blue value is 201 (78.91% from 255 or 37.43% from 537); Max value from RGB is 233 - color contains mainly: red. Hex color #E967C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E967C9 is #169836. Grayscale: #989898. Windows color (decimal): -1480759 or 13199337. OLE color: 13199337.
HSL color Cylindrical-coordinate representation of color #E967C9: hue angle of 314.77º 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 #E967C9 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 103 | 201 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.09 |
| HSL | 314.77º | 0.75% | 0.66% | - |
| HSV(B) | 314.77º | 0.56% | 0.91% | - |
| XYZ | 49 | 31.24 | 58.71 | - |
| YUV | 153.04 | 155.07 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 103 | 201 | 0 | 0.56 | 0.14 | 0.09 | 314.77 | 0.75 | 0.66 |
| Hex | E9 | 67 | C9 | 0 | 38 | E | 9 | 13B | 4B | 42 |
| Octal | 351 | 147 | 311 | 0 | 70 | 16 | 11 | 473 | 113 | 102 |
| Binary | 11101001 | 1100111 | 11001001 | 0 | 111000 | 1110 | 1001 | 100111011 | 1001011 | 1000010 |
Color Harmonies of #E967C9
Complementary color
Monochromatic Colors of #E967C9
Black with #E967C9
Text Example
Text Example
White with #E967C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E967C9; }
p { color: rgb(233,103,201); }
H1.HeaderClassName
{
color: #E967C9;
}
.AnyTagClassName
{
color: #E967C9;
}
</style>
background-color css
<style>
a { background-color: #E967C9; }
a { background-color: rgb(233,103,201); }
div.DivClassName
{
background-color: #E967C9;
}
.BgClassName
{
background-color: #E967C9;
}
</style>
border-color css
<style>
span { border-color: #E967C9; }
span { border-color: rgb(233,103,201); }
td.TdClassName
{
border-color: #E967C9;
}
.TagClassName
{
border-color: #E967C9;
}
</style>