Html Css Color HEX #E953D6 Free Speech Magenta
📋 copy color: '#E953D6'red 233 ◦ green 83 ◦ blue 214
Shades of Free Speech Magenta #E953D6
Tints of Free Speech Magenta #E953D6
RGB
CMYK
RGB Variations
Color information
#E953D6 (or 0xE953D6) is known color: Free Speech Magenta. HEX triplet: E9, 53 and D6. RGB value is (233,83,214). Sum of RGB (Red+Green+Blue) = 233+83+214=530 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.96% from 530); Green value is 83 (32.81% from 255 or 15.66% from 530); Blue value is 214 (83.98% from 255 or 40.38% from 530); Max value from RGB is 233 - color contains mainly: red. Hex color #E953D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E953D6 is #16AC29. Grayscale: #8E8E8E. Windows color (decimal): -1485866 or 14046185. OLE color: 14046185.
HSL color Cylindrical-coordinate representation of color #E953D6: hue angle of 307.6º 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 #E953D6 is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 83 | 214 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.09 |
| HSL | 307.6º | 0.77% | 0.62% | - |
| HSV(B) | 307.6º | 0.64% | 0.91% | - |
| XYZ | 48.84 | 28.37 | 66.52 | - |
| YUV | 142.78 | 168.2 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 83 | 214 | 0 | 0.64 | 0.08 | 0.09 | 307.6 | 0.77 | 0.62 |
| Hex | E9 | 53 | D6 | 0 | 40 | 8 | 9 | 134 | 4D | 3E |
| Octal | 351 | 123 | 326 | 0 | 100 | 10 | 11 | 464 | 115 | 76 |
| Binary | 11101001 | 1010011 | 11010110 | 0 | 1000000 | 1000 | 1001 | 100110100 | 1001101 | 111110 |
Color Harmonies of #E953D6
Complementary color
Monochromatic Colors of #E953D6
Black with #E953D6
Text Example
Text Example
White with #E953D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E953D6; }
p { color: rgb(233,83,214); }
H1.HeaderClassName
{
color: #E953D6;
}
.AnyTagClassName
{
color: #E953D6;
}
</style>
background-color css
<style>
a { background-color: #E953D6; }
a { background-color: rgb(233,83,214); }
div.DivClassName
{
background-color: #E953D6;
}
.BgClassName
{
background-color: #E953D6;
}
</style>
border-color css
<style>
span { border-color: #E953D6; }
span { border-color: rgb(233,83,214); }
td.TdClassName
{
border-color: #E953D6;
}
.TagClassName
{
border-color: #E953D6;
}
</style>