Html Css Color HEX #E755C2 Free Speech Magenta
📋 copy color: '#E755C2'red 231 ◦ green 85 ◦ blue 194
Shades of Free Speech Magenta #E755C2
Tints of Free Speech Magenta #E755C2
RGB
CMYK
RGB Variations
Color information
#E755C2 (or 0xE755C2) is known color: Free Speech Magenta. HEX triplet: E7, 55 and C2. RGB value is (231,85,194). Sum of RGB (Red+Green+Blue) = 231+85+194=510 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.29% from 510); Green value is 85 (33.59% from 255 or 16.67% from 510); Blue value is 194 (76.17% from 255 or 38.04% from 510); Max value from RGB is 231 - color contains mainly: red. Hex color #E755C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E755C2 is #18AA3D. Grayscale: #8C8C8C. Windows color (decimal): -1616446 or 12735975. OLE color: 12735975.
HSL color Cylindrical-coordinate representation of color #E755C2: hue angle of 315.21º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E755C2 is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 85 | 194 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.09 |
| HSL | 315.21º | 0.75% | 0.62% | - |
| HSV(B) | 315.21º | 0.63% | 0.91% | - |
| XYZ | 45.94 | 27.38 | 53.9 | - |
| YUV | 141.08 | 157.87 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 85 | 194 | 0 | 0.63 | 0.16 | 0.09 | 315.21 | 0.75 | 0.62 |
| Hex | E7 | 55 | C2 | 0 | 3F | 10 | 9 | 13B | 4B | 3E |
| Octal | 347 | 125 | 302 | 0 | 77 | 20 | 11 | 473 | 113 | 76 |
| Binary | 11100111 | 1010101 | 11000010 | 0 | 111111 | 10000 | 1001 | 100111011 | 1001011 | 111110 |
Color Harmonies of #E755C2
Complementary color
Monochromatic Colors of #E755C2
Black with #E755C2
Text Example
Text Example
White with #E755C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E755C2; }
p { color: rgb(231,85,194); }
H1.HeaderClassName
{
color: #E755C2;
}
.AnyTagClassName
{
color: #E755C2;
}
</style>
background-color css
<style>
a { background-color: #E755C2; }
a { background-color: rgb(231,85,194); }
div.DivClassName
{
background-color: #E755C2;
}
.BgClassName
{
background-color: #E755C2;
}
</style>
border-color css
<style>
span { border-color: #E755C2; }
span { border-color: rgb(231,85,194); }
td.TdClassName
{
border-color: #E755C2;
}
.TagClassName
{
border-color: #E755C2;
}
</style>