Html Css Color HEX #E953DC Free Speech Magenta
📋 copy color: '#E953DC'red 233 ◦ green 83 ◦ blue 220
Shades of Free Speech Magenta #E953DC
Tints of Free Speech Magenta #E953DC
RGB
CMYK
RGB Variations
Color information
#E953DC (or 0xE953DC) is known color: Free Speech Magenta. HEX triplet: E9, 53 and DC. RGB value is (233,83,220). Sum of RGB (Red+Green+Blue) = 233+83+220=536 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.47% from 536); Green value is 83 (32.81% from 255 or 15.49% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 233 - color contains mainly: red. Hex color #E953DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E953DC is #16AC23. Grayscale: #8F8F8F. Windows color (decimal): -1485860 or 14439401. OLE color: 14439401.
HSL color Cylindrical-coordinate representation of color #E953DC: hue angle of 305.2º 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 #E953DC is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 83 | 220 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.09 |
| HSL | 305.2º | 0.77% | 0.62% | - |
| HSV(B) | 305.2º | 0.64% | 0.91% | - |
| XYZ | 49.62 | 28.68 | 70.63 | - |
| YUV | 143.47 | 171.2 | 191.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 83 | 220 | 0 | 0.64 | 0.06 | 0.09 | 305.2 | 0.77 | 0.62 |
| Hex | E9 | 53 | DC | 0 | 40 | 6 | 9 | 131 | 4D | 3E |
| Octal | 351 | 123 | 334 | 0 | 100 | 6 | 11 | 461 | 115 | 76 |
| Binary | 11101001 | 1010011 | 11011100 | 0 | 1000000 | 110 | 1001 | 100110001 | 1001101 | 111110 |
Color Harmonies of #E953DC
Complementary color
Monochromatic Colors of #E953DC
Black with #E953DC
Text Example
Text Example
White with #E953DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E953DC; }
p { color: rgb(233,83,220); }
H1.HeaderClassName
{
color: #E953DC;
}
.AnyTagClassName
{
color: #E953DC;
}
</style>
background-color css
<style>
a { background-color: #E953DC; }
a { background-color: rgb(233,83,220); }
div.DivClassName
{
background-color: #E953DC;
}
.BgClassName
{
background-color: #E953DC;
}
</style>
border-color css
<style>
span { border-color: #E953DC; }
span { border-color: rgb(233,83,220); }
td.TdClassName
{
border-color: #E953DC;
}
.TagClassName
{
border-color: #E953DC;
}
</style>