Html Css Color HEX #E955C4 Free Speech Magenta
📋 copy color: '#E955C4'red 233 ◦ green 85 ◦ blue 196
Shades of Free Speech Magenta #E955C4
Tints of Free Speech Magenta #E955C4
RGB
CMYK
RGB Variations
Color information
#E955C4 (or 0xE955C4) is known color: Free Speech Magenta. HEX triplet: E9, 55 and C4. RGB value is (233,85,196). Sum of RGB (Red+Green+Blue) = 233+85+196=514 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.33% from 514); Green value is 85 (33.59% from 255 or 16.54% from 514); Blue value is 196 (76.95% from 255 or 38.13% from 514); Max value from RGB is 233 - color contains mainly: red. Hex color #E955C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E955C4 is #16AA3B. Grayscale: #8D8D8D. Windows color (decimal): -1485372 or 12867049. OLE color: 12867049.
HSL color Cylindrical-coordinate representation of color #E955C4: hue angle of 315º 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 #E955C4 is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 85 | 196 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.09 |
| HSL | 315º | 0.77% | 0.62% | - |
| HSV(B) | 315º | 0.64% | 0.91% | - |
| XYZ | 46.82 | 27.81 | 55.12 | - |
| YUV | 141.91 | 158.53 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 85 | 196 | 0 | 0.64 | 0.16 | 0.09 | 315 | 0.77 | 0.62 |
| Hex | E9 | 55 | C4 | 0 | 40 | 10 | 9 | 13B | 4D | 3E |
| Octal | 351 | 125 | 304 | 0 | 100 | 20 | 11 | 473 | 115 | 76 |
| Binary | 11101001 | 1010101 | 11000100 | 0 | 1000000 | 10000 | 1001 | 100111011 | 1001101 | 111110 |
Color Harmonies of #E955C4
Complementary color
Monochromatic Colors of #E955C4
Black with #E955C4
Text Example
Text Example
White with #E955C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E955C4; }
p { color: rgb(233,85,196); }
H1.HeaderClassName
{
color: #E955C4;
}
.AnyTagClassName
{
color: #E955C4;
}
</style>
background-color css
<style>
a { background-color: #E955C4; }
a { background-color: rgb(233,85,196); }
div.DivClassName
{
background-color: #E955C4;
}
.BgClassName
{
background-color: #E955C4;
}
</style>
border-color css
<style>
span { border-color: #E955C4; }
span { border-color: rgb(233,85,196); }
td.TdClassName
{
border-color: #E955C4;
}
.TagClassName
{
border-color: #E955C4;
}
</style>