Html Css Color HEX #E953CA Free Speech Magenta
📋 copy color: '#E953CA'red 233 ◦ green 83 ◦ blue 202
Shades of Free Speech Magenta #E953CA
Tints of Free Speech Magenta #E953CA
RGB
CMYK
RGB Variations
Color information
#E953CA (or 0xE953CA) is known color: Free Speech Magenta. HEX triplet: E9, 53 and CA. RGB value is (233,83,202). Sum of RGB (Red+Green+Blue) = 233+83+202=518 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.98% from 518); Green value is 83 (32.81% from 255 or 16.02% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 233 - color contains mainly: red. Hex color #E953CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E953CA is #16AC35. Grayscale: #8D8D8D. Windows color (decimal): -1485878 or 13259753. OLE color: 13259753.
HSL color Cylindrical-coordinate representation of color #E953CA: hue angle of 312.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 #E953CA is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 83 | 202 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.09 |
| HSL | 312.4º | 0.77% | 0.62% | - |
| HSV(B) | 312.4º | 0.64% | 0.91% | - |
| XYZ | 47.36 | 27.77 | 58.74 | - |
| YUV | 141.42 | 162.2 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 83 | 202 | 0 | 0.64 | 0.13 | 0.09 | 312.4 | 0.77 | 0.62 |
| Hex | E9 | 53 | CA | 0 | 40 | D | 9 | 138 | 4D | 3E |
| Octal | 351 | 123 | 312 | 0 | 100 | 15 | 11 | 470 | 115 | 76 |
| Binary | 11101001 | 1010011 | 11001010 | 0 | 1000000 | 1101 | 1001 | 100111000 | 1001101 | 111110 |
Color Harmonies of #E953CA
Complementary color
Monochromatic Colors of #E953CA
Black with #E953CA
Text Example
Text Example
White with #E953CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E953CA; }
p { color: rgb(233,83,202); }
H1.HeaderClassName
{
color: #E953CA;
}
.AnyTagClassName
{
color: #E953CA;
}
</style>
background-color css
<style>
a { background-color: #E953CA; }
a { background-color: rgb(233,83,202); }
div.DivClassName
{
background-color: #E953CA;
}
.BgClassName
{
background-color: #E953CA;
}
</style>
border-color css
<style>
span { border-color: #E953CA; }
span { border-color: rgb(233,83,202); }
td.TdClassName
{
border-color: #E953CA;
}
.TagClassName
{
border-color: #E953CA;
}
</style>