Html Css Color HEX #E958CE Free Speech Magenta
📋 copy color: '#E958CE'red 233 ◦ green 88 ◦ blue 206
Shades of Free Speech Magenta #E958CE
Tints of Free Speech Magenta #E958CE
RGB
CMYK
RGB Variations
Color information
#E958CE (or 0xE958CE) is known color: Free Speech Magenta. HEX triplet: E9, 58 and CE. RGB value is (233,88,206). Sum of RGB (Red+Green+Blue) = 233+88+206=527 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.21% from 527); Green value is 88 (34.77% from 255 or 16.70% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 233 - color contains mainly: red. Hex color #E958CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E958CE is #16A731. Grayscale: #909090. Windows color (decimal): -1484594 or 13523177. OLE color: 13523177.
HSL color Cylindrical-coordinate representation of color #E958CE: hue angle of 311.17º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E958CE is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 88 | 206 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.09 |
| HSL | 311.17º | 0.77% | 0.63% | - |
| HSV(B) | 311.17º | 0.62% | 0.91% | - |
| XYZ | 48.23 | 28.76 | 61.4 | - |
| YUV | 144.81 | 162.54 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 88 | 206 | 0 | 0.62 | 0.12 | 0.09 | 311.17 | 0.77 | 0.63 |
| Hex | E9 | 58 | CE | 0 | 3E | C | 9 | 137 | 4D | 3F |
| Octal | 351 | 130 | 316 | 0 | 76 | 14 | 11 | 467 | 115 | 77 |
| Binary | 11101001 | 1011000 | 11001110 | 0 | 111110 | 1100 | 1001 | 100110111 | 1001101 | 111111 |
Color Harmonies of #E958CE
Complementary color
Monochromatic Colors of #E958CE
Black with #E958CE
Text Example
Text Example
White with #E958CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E958CE; }
p { color: rgb(233,88,206); }
H1.HeaderClassName
{
color: #E958CE;
}
.AnyTagClassName
{
color: #E958CE;
}
</style>
background-color css
<style>
a { background-color: #E958CE; }
a { background-color: rgb(233,88,206); }
div.DivClassName
{
background-color: #E958CE;
}
.BgClassName
{
background-color: #E958CE;
}
</style>
border-color css
<style>
span { border-color: #E958CE; }
span { border-color: rgb(233,88,206); }
td.TdClassName
{
border-color: #E958CE;
}
.TagClassName
{
border-color: #E958CE;
}
</style>