Html Css Color HEX #E95DCA Free Speech Magenta
📋 copy color: '#E95DCA'red 233 ◦ green 93 ◦ blue 202
Shades of Free Speech Magenta #E95DCA
Tints of Free Speech Magenta #E95DCA
RGB
CMYK
RGB Variations
Color information
#E95DCA (or 0xE95DCA) is known color: Free Speech Magenta. HEX triplet: E9, 5D and CA. RGB value is (233,93,202). Sum of RGB (Red+Green+Blue) = 233+93+202=528 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.13% from 528); Green value is 93 (36.72% from 255 or 17.61% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 233 - color contains mainly: red. Hex color #E95DCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95DCA is #16A235. Grayscale: #929292. Windows color (decimal): -1483318 or 13262313. OLE color: 13262313.
HSL color Cylindrical-coordinate representation of color #E95DCA: hue angle of 313.29º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E95DCA is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 93 | 202 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.09 |
| HSL | 313.29º | 0.76% | 0.64% | - |
| HSV(B) | 313.29º | 0.6% | 0.91% | - |
| XYZ | 48.18 | 29.42 | 59.02 | - |
| YUV | 147.29 | 158.88 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 93 | 202 | 0 | 0.60 | 0.13 | 0.09 | 313.29 | 0.76 | 0.64 |
| Hex | E9 | 5D | CA | 0 | 3C | D | 9 | 139 | 4C | 40 |
| Octal | 351 | 135 | 312 | 0 | 74 | 15 | 11 | 471 | 114 | 100 |
| Binary | 11101001 | 1011101 | 11001010 | 0 | 111100 | 1101 | 1001 | 100111001 | 1001100 | 1000000 |
Color Harmonies of #E95DCA
Complementary color
Monochromatic Colors of #E95DCA
Black with #E95DCA
Text Example
Text Example
White with #E95DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95DCA; }
p { color: rgb(233,93,202); }
H1.HeaderClassName
{
color: #E95DCA;
}
.AnyTagClassName
{
color: #E95DCA;
}
</style>
background-color css
<style>
a { background-color: #E95DCA; }
a { background-color: rgb(233,93,202); }
div.DivClassName
{
background-color: #E95DCA;
}
.BgClassName
{
background-color: #E95DCA;
}
</style>
border-color css
<style>
span { border-color: #E95DCA; }
span { border-color: rgb(233,93,202); }
td.TdClassName
{
border-color: #E95DCA;
}
.TagClassName
{
border-color: #E95DCA;
}
</style>