Html Css Color HEX #E955E3 Free Speech Magenta
📋 copy color: '#E955E3'red 233 ◦ green 85 ◦ blue 227
Shades of Free Speech Magenta #E955E3
Tints of Free Speech Magenta #E955E3
RGB
CMYK
RGB Variations
Color information
#E955E3 (or 0xE955E3) is known color: Free Speech Magenta. HEX triplet: E9, 55 and E3. RGB value is (233,85,227). Sum of RGB (Red+Green+Blue) = 233+85+227=545 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.75% from 545); Green value is 85 (33.59% from 255 or 15.60% from 545); Blue value is 227 (89.06% from 255 or 41.65% from 545); Max value from RGB is 233 - color contains mainly: red. Hex color #E955E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E955E3 is #16AA1C. Grayscale: #919191. Windows color (decimal): -1485341 or 14898665. OLE color: 14898665.
HSL color Cylindrical-coordinate representation of color #E955E3: hue angle of 302.43º 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 #E955E3 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 85 | 227 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.09 |
| HSL | 302.43º | 0.77% | 0.62% | - |
| HSV(B) | 302.43º | 0.64% | 0.91% | - |
| XYZ | 50.72 | 29.37 | 75.67 | - |
| YUV | 145.44 | 174.03 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 85 | 227 | 0 | 0.64 | 0.03 | 0.09 | 302.43 | 0.77 | 0.62 |
| Hex | E9 | 55 | E3 | 0 | 40 | 3 | 9 | 12E | 4D | 3E |
| Octal | 351 | 125 | 343 | 0 | 100 | 3 | 11 | 456 | 115 | 76 |
| Binary | 11101001 | 1010101 | 11100011 | 0 | 1000000 | 11 | 1001 | 100101110 | 1001101 | 111110 |
Color Harmonies of #E955E3
Complementary color
Monochromatic Colors of #E955E3
Black with #E955E3
Text Example
Text Example
White with #E955E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E955E3; }
p { color: rgb(233,85,227); }
H1.HeaderClassName
{
color: #E955E3;
}
.AnyTagClassName
{
color: #E955E3;
}
</style>
background-color css
<style>
a { background-color: #E955E3; }
a { background-color: rgb(233,85,227); }
div.DivClassName
{
background-color: #E955E3;
}
.BgClassName
{
background-color: #E955E3;
}
</style>
border-color css
<style>
span { border-color: #E955E3; }
span { border-color: rgb(233,85,227); }
td.TdClassName
{
border-color: #E955E3;
}
.TagClassName
{
border-color: #E955E3;
}
</style>