Html Css Color HEX #E954CE Free Speech Magenta
📋 copy color: '#E954CE'red 233 ◦ green 84 ◦ blue 206
Shades of Free Speech Magenta #E954CE
Tints of Free Speech Magenta #E954CE
RGB
CMYK
RGB Variations
Color information
#E954CE (or 0xE954CE) is known color: Free Speech Magenta. HEX triplet: E9, 54 and CE. RGB value is (233,84,206). Sum of RGB (Red+Green+Blue) = 233+84+206=523 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.55% from 523); Green value is 84 (33.20% from 255 or 16.06% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 233 - color contains mainly: red. Hex color #E954CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E954CE is #16AB31. Grayscale: #8E8E8E. Windows color (decimal): -1485618 or 13522153. OLE color: 13522153.
HSL color Cylindrical-coordinate representation of color #E954CE: hue angle of 310.87º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E954CE is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 84 | 206 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.09 |
| HSL | 310.87º | 0.77% | 0.62% | - |
| HSV(B) | 310.87º | 0.64% | 0.91% | - |
| XYZ | 47.92 | 28.12 | 61.29 | - |
| YUV | 142.46 | 163.86 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 84 | 206 | 0 | 0.64 | 0.12 | 0.09 | 310.87 | 0.77 | 0.62 |
| Hex | E9 | 54 | CE | 0 | 40 | C | 9 | 137 | 4D | 3E |
| Octal | 351 | 124 | 316 | 0 | 100 | 14 | 11 | 467 | 115 | 76 |
| Binary | 11101001 | 1010100 | 11001110 | 0 | 1000000 | 1100 | 1001 | 100110111 | 1001101 | 111110 |
Color Harmonies of #E954CE
Complementary color
Monochromatic Colors of #E954CE
Black with #E954CE
Text Example
Text Example
White with #E954CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E954CE; }
p { color: rgb(233,84,206); }
H1.HeaderClassName
{
color: #E954CE;
}
.AnyTagClassName
{
color: #E954CE;
}
</style>
background-color css
<style>
a { background-color: #E954CE; }
a { background-color: rgb(233,84,206); }
div.DivClassName
{
background-color: #E954CE;
}
.BgClassName
{
background-color: #E954CE;
}
</style>
border-color css
<style>
span { border-color: #E954CE; }
span { border-color: rgb(233,84,206); }
td.TdClassName
{
border-color: #E954CE;
}
.TagClassName
{
border-color: #E954CE;
}
</style>