Html Css Color HEX #E942D5 Free Speech Magenta
📋 copy color: '#E942D5'red 233 ◦ green 66 ◦ blue 213
Shades of Free Speech Magenta #E942D5
Tints of Free Speech Magenta #E942D5
RGB
CMYK
RGB Variations
Color information
#E942D5 (or 0xE942D5) is known color: Free Speech Magenta. HEX triplet: E9, 42 and D5. RGB value is (233,66,213). Sum of RGB (Red+Green+Blue) = 233+66+213=512 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.51% from 512); Green value is 66 (26.17% from 255 or 12.89% from 512); Blue value is 213 (83.59% from 255 or 41.60% from 512); Max value from RGB is 233 - color contains mainly: red. Hex color #E942D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E942D5 is #16BD2A. Grayscale: #848484. Windows color (decimal): -1490219 or 13976297. OLE color: 13976297.
HSL color Cylindrical-coordinate representation of color #E942D5: hue angle of 307.19º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E942D5 is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 66 | 213 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.09 |
| HSL | 307.19º | 0.79% | 0.59% | - |
| HSV(B) | 307.19º | 0.72% | 0.91% | - |
| XYZ | 47.56 | 26.02 | 65.47 | - |
| YUV | 132.69 | 173.33 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 66 | 213 | 0 | 0.72 | 0.09 | 0.09 | 307.19 | 0.79 | 0.59 |
| Hex | E9 | 42 | D5 | 0 | 48 | 9 | 9 | 133 | 4F | 3B |
| Octal | 351 | 102 | 325 | 0 | 110 | 11 | 11 | 463 | 117 | 73 |
| Binary | 11101001 | 1000010 | 11010101 | 0 | 1001000 | 1001 | 1001 | 100110011 | 1001111 | 111011 |
Color Harmonies of #E942D5
Complementary color
Monochromatic Colors of #E942D5
Black with #E942D5
Text Example
Text Example
White with #E942D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E942D5; }
p { color: rgb(233,66,213); }
H1.HeaderClassName
{
color: #E942D5;
}
.AnyTagClassName
{
color: #E942D5;
}
</style>
background-color css
<style>
a { background-color: #E942D5; }
a { background-color: rgb(233,66,213); }
div.DivClassName
{
background-color: #E942D5;
}
.BgClassName
{
background-color: #E942D5;
}
</style>
border-color css
<style>
span { border-color: #E942D5; }
span { border-color: rgb(233,66,213); }
td.TdClassName
{
border-color: #E942D5;
}
.TagClassName
{
border-color: #E942D5;
}
</style>