Html Css Color HEX #E95FDC Free Speech Magenta
📋 copy color: '#E95FDC'red 233 ◦ green 95 ◦ blue 220
Shades of Free Speech Magenta #E95FDC
Tints of Free Speech Magenta #E95FDC
RGB
CMYK
RGB Variations
Color information
#E95FDC (or 0xE95FDC) is known color: Free Speech Magenta. HEX triplet: E9, 5F and DC. RGB value is (233,95,220). Sum of RGB (Red+Green+Blue) = 233+95+220=548 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.52% from 548); Green value is 95 (37.5% from 255 or 17.34% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 233 - color contains mainly: red. Hex color #E95FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95FDC is #16A023. Grayscale: #969696. Windows color (decimal): -1482788 or 14442473. OLE color: 14442473.
HSL color Cylindrical-coordinate representation of color #E95FDC: hue angle of 305.65º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E95FDC is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 95 | 220 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.09 |
| HSL | 305.65º | 0.76% | 0.64% | - |
| HSV(B) | 305.65º | 0.59% | 0.91% | - |
| XYZ | 50.61 | 30.68 | 70.96 | - |
| YUV | 150.51 | 167.22 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 95 | 220 | 0 | 0.59 | 0.06 | 0.09 | 305.65 | 0.76 | 0.64 |
| Hex | E9 | 5F | DC | 0 | 3B | 6 | 9 | 132 | 4C | 40 |
| Octal | 351 | 137 | 334 | 0 | 73 | 6 | 11 | 462 | 114 | 100 |
| Binary | 11101001 | 1011111 | 11011100 | 0 | 111011 | 110 | 1001 | 100110010 | 1001100 | 1000000 |
Color Harmonies of #E95FDC
Complementary color
Monochromatic Colors of #E95FDC
Black with #E95FDC
Text Example
Text Example
White with #E95FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95FDC; }
p { color: rgb(233,95,220); }
H1.HeaderClassName
{
color: #E95FDC;
}
.AnyTagClassName
{
color: #E95FDC;
}
</style>
background-color css
<style>
a { background-color: #E95FDC; }
a { background-color: rgb(233,95,220); }
div.DivClassName
{
background-color: #E95FDC;
}
.BgClassName
{
background-color: #E95FDC;
}
</style>
border-color css
<style>
span { border-color: #E95FDC; }
span { border-color: rgb(233,95,220); }
td.TdClassName
{
border-color: #E95FDC;
}
.TagClassName
{
border-color: #E95FDC;
}
</style>