Html Css Color HEX #E35CDF Free Speech Magenta
📋 copy color: '#E35CDF'red 227 ◦ green 92 ◦ blue 223
Shades of Free Speech Magenta #E35CDF
Tints of Free Speech Magenta #E35CDF
RGB
CMYK
RGB Variations
Color information
#E35CDF (or 0xE35CDF) is known color: Free Speech Magenta. HEX triplet: E3, 5C and DF. RGB value is (227,92,223). Sum of RGB (Red+Green+Blue) = 227+92+223=542 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.88% from 542); Green value is 92 (36.33% from 255 or 16.97% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 227 - color contains mainly: red. Hex color #E35CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35CDF is #1CA320. Grayscale: #929292. Windows color (decimal): -1876769 or 14638307. OLE color: 14638307.
HSL color Cylindrical-coordinate representation of color #E35CDF: hue angle of 301.78º 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 #E35CDF is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 92 | 223 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.11 |
| HSL | 301.78º | 0.71% | 0.63% | - |
| HSV(B) | 301.78º | 0.59% | 0.89% | - |
| XYZ | 48.82 | 29.31 | 72.9 | - |
| YUV | 147.3 | 170.73 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 92 | 223 | 0 | 0.59 | 0.02 | 0.11 | 301.78 | 0.71 | 0.63 |
| Hex | E3 | 5C | DF | 0 | 3B | 2 | B | 12E | 47 | 3F |
| Octal | 343 | 134 | 337 | 0 | 73 | 2 | 13 | 456 | 107 | 77 |
| Binary | 11100011 | 1011100 | 11011111 | 0 | 111011 | 10 | 1011 | 100101110 | 1000111 | 111111 |
Color Harmonies of #E35CDF
Complementary color
Monochromatic Colors of #E35CDF
Black with #E35CDF
Text Example
Text Example
White with #E35CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35CDF; }
p { color: rgb(227,92,223); }
H1.HeaderClassName
{
color: #E35CDF;
}
.AnyTagClassName
{
color: #E35CDF;
}
</style>
background-color css
<style>
a { background-color: #E35CDF; }
a { background-color: rgb(227,92,223); }
div.DivClassName
{
background-color: #E35CDF;
}
.BgClassName
{
background-color: #E35CDF;
}
</style>
border-color css
<style>
span { border-color: #E35CDF; }
span { border-color: rgb(227,92,223); }
td.TdClassName
{
border-color: #E35CDF;
}
.TagClassName
{
border-color: #E35CDF;
}
</style>