Html Css Color HEX #E953CE Free Speech Magenta
📋 copy color: '#E953CE'red 233 ◦ green 83 ◦ blue 206
Shades of Free Speech Magenta #E953CE
Tints of Free Speech Magenta #E953CE
RGB
CMYK
RGB Variations
Color information
#E953CE (or 0xE953CE) is known color: Free Speech Magenta. HEX triplet: E9, 53 and CE. RGB value is (233,83,206). Sum of RGB (Red+Green+Blue) = 233+83+206=522 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.64% from 522); Green value is 83 (32.81% from 255 or 15.90% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 233 - color contains mainly: red. Hex color #E953CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E953CE is #16AC31. Grayscale: #8D8D8D. Windows color (decimal): -1485874 or 13521897. OLE color: 13521897.
HSL color Cylindrical-coordinate representation of color #E953CE: hue angle of 310.8º 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 #E953CE is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 83 | 206 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.09 |
| HSL | 310.8º | 0.77% | 0.62% | - |
| HSV(B) | 310.8º | 0.64% | 0.91% | - |
| XYZ | 47.84 | 27.97 | 61.27 | - |
| YUV | 141.87 | 164.2 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 83 | 206 | 0 | 0.64 | 0.12 | 0.09 | 310.8 | 0.77 | 0.62 |
| Hex | E9 | 53 | CE | 0 | 40 | C | 9 | 137 | 4D | 3E |
| Octal | 351 | 123 | 316 | 0 | 100 | 14 | 11 | 467 | 115 | 76 |
| Binary | 11101001 | 1010011 | 11001110 | 0 | 1000000 | 1100 | 1001 | 100110111 | 1001101 | 111110 |
Color Harmonies of #E953CE
Complementary color
Monochromatic Colors of #E953CE
Black with #E953CE
Text Example
Text Example
White with #E953CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E953CE; }
p { color: rgb(233,83,206); }
H1.HeaderClassName
{
color: #E953CE;
}
.AnyTagClassName
{
color: #E953CE;
}
</style>
background-color css
<style>
a { background-color: #E953CE; }
a { background-color: rgb(233,83,206); }
div.DivClassName
{
background-color: #E953CE;
}
.BgClassName
{
background-color: #E953CE;
}
</style>
border-color css
<style>
span { border-color: #E953CE; }
span { border-color: rgb(233,83,206); }
td.TdClassName
{
border-color: #E953CE;
}
.TagClassName
{
border-color: #E953CE;
}
</style>