Html Css Color HEX #E953DE Free Speech Magenta
📋 copy color: '#E953DE'red 233 ◦ green 83 ◦ blue 222
Shades of Free Speech Magenta #E953DE
Tints of Free Speech Magenta #E953DE
RGB
CMYK
RGB Variations
Color information
#E953DE (or 0xE953DE) is known color: Free Speech Magenta. HEX triplet: E9, 53 and DE. RGB value is (233,83,222). Sum of RGB (Red+Green+Blue) = 233+83+222=538 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.31% from 538); Green value is 83 (32.81% from 255 or 15.43% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 233 - color contains mainly: red. Hex color #E953DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E953DE is #16AC21. Grayscale: #8F8F8F. Windows color (decimal): -1485858 or 14570473. OLE color: 14570473.
HSL color Cylindrical-coordinate representation of color #E953DE: hue angle of 304.4º 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 #E953DE is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 83 | 222 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.09 |
| HSL | 304.4º | 0.77% | 0.62% | - |
| HSV(B) | 304.4º | 0.64% | 0.91% | - |
| XYZ | 49.88 | 28.78 | 72.03 | - |
| YUV | 143.7 | 172.2 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 83 | 222 | 0 | 0.64 | 0.05 | 0.09 | 304.4 | 0.77 | 0.62 |
| Hex | E9 | 53 | DE | 0 | 40 | 5 | 9 | 130 | 4D | 3E |
| Octal | 351 | 123 | 336 | 0 | 100 | 5 | 11 | 460 | 115 | 76 |
| Binary | 11101001 | 1010011 | 11011110 | 0 | 1000000 | 101 | 1001 | 100110000 | 1001101 | 111110 |
Color Harmonies of #E953DE
Complementary color
Monochromatic Colors of #E953DE
Black with #E953DE
Text Example
Text Example
White with #E953DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E953DE; }
p { color: rgb(233,83,222); }
H1.HeaderClassName
{
color: #E953DE;
}
.AnyTagClassName
{
color: #E953DE;
}
</style>
background-color css
<style>
a { background-color: #E953DE; }
a { background-color: rgb(233,83,222); }
div.DivClassName
{
background-color: #E953DE;
}
.BgClassName
{
background-color: #E953DE;
}
</style>
border-color css
<style>
span { border-color: #E953DE; }
span { border-color: rgb(233,83,222); }
td.TdClassName
{
border-color: #E953DE;
}
.TagClassName
{
border-color: #E953DE;
}
</style>