Html Css Color HEX #E35CC0 Free Speech Magenta
📋 copy color: '#E35CC0'red 227 ◦ green 92 ◦ blue 192
Shades of Free Speech Magenta #E35CC0
Tints of Free Speech Magenta #E35CC0
RGB
CMYK
RGB Variations
Color information
#E35CC0 (or 0xE35CC0) is known color: Free Speech Magenta. HEX triplet: E3, 5C and C0. RGB value is (227,92,192). Sum of RGB (Red+Green+Blue) = 227+92+192=511 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.42% from 511); Green value is 92 (36.33% from 255 or 18.00% from 511); Blue value is 192 (75.39% from 255 or 37.57% from 511); Max value from RGB is 227 - color contains mainly: red. Hex color #E35CC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35CC0 is #1CA33F. Grayscale: #8F8F8F. Windows color (decimal): -1876800 or 12606691. OLE color: 12606691.
HSL color Cylindrical-coordinate representation of color #E35CC0: hue angle of 315.56º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E35CC0 is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 92 | 192 | - |
| CMYK | 0 | 0.59 | 0.15 | 0.11 |
| HSL | 315.56º | 0.71% | 0.63% | - |
| HSV(B) | 315.56º | 0.59% | 0.89% | - |
| XYZ | 45.02 | 27.79 | 52.86 | - |
| YUV | 143.77 | 155.23 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 92 | 192 | 0 | 0.59 | 0.15 | 0.11 | 315.56 | 0.71 | 0.63 |
| Hex | E3 | 5C | C0 | 0 | 3B | F | B | 13C | 47 | 3F |
| Octal | 343 | 134 | 300 | 0 | 73 | 17 | 13 | 474 | 107 | 77 |
| Binary | 11100011 | 1011100 | 11000000 | 0 | 111011 | 1111 | 1011 | 100111100 | 1000111 | 111111 |
Color Harmonies of #E35CC0
Complementary color
Monochromatic Colors of #E35CC0
Black with #E35CC0
Text Example
Text Example
White with #E35CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35CC0; }
p { color: rgb(227,92,192); }
H1.HeaderClassName
{
color: #E35CC0;
}
.AnyTagClassName
{
color: #E35CC0;
}
</style>
background-color css
<style>
a { background-color: #E35CC0; }
a { background-color: rgb(227,92,192); }
div.DivClassName
{
background-color: #E35CC0;
}
.BgClassName
{
background-color: #E35CC0;
}
</style>
border-color css
<style>
span { border-color: #E35CC0; }
span { border-color: rgb(227,92,192); }
td.TdClassName
{
border-color: #E35CC0;
}
.TagClassName
{
border-color: #E35CC0;
}
</style>