Html Css Color HEX #E35BDF Free Speech Magenta
📋 copy color: '#E35BDF'red 227 ◦ green 91 ◦ blue 223
Shades of Free Speech Magenta #E35BDF
Tints of Free Speech Magenta #E35BDF
RGB
CMYK
RGB Variations
Color information
#E35BDF (or 0xE35BDF) is known color: Free Speech Magenta. HEX triplet: E3, 5B and DF. RGB value is (227,91,223). Sum of RGB (Red+Green+Blue) = 227+91+223=541 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.96% from 541); Green value is 91 (35.94% from 255 or 16.82% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 227 - color contains mainly: red. Hex color #E35BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35BDF is #1CA420. Grayscale: #929292. Windows color (decimal): -1877025 or 14638051. OLE color: 14638051.
HSL color Cylindrical-coordinate representation of color #E35BDF: hue angle of 301.76º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E35BDF is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 91 | 223 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.11 |
| HSL | 301.76º | 0.71% | 0.62% | - |
| HSV(B) | 301.76º | 0.6% | 0.89% | - |
| XYZ | 48.74 | 29.14 | 72.87 | - |
| YUV | 146.71 | 171.06 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 91 | 223 | 0 | 0.60 | 0.02 | 0.11 | 301.76 | 0.71 | 0.62 |
| Hex | E3 | 5B | DF | 0 | 3C | 2 | B | 12E | 47 | 3E |
| Octal | 343 | 133 | 337 | 0 | 74 | 2 | 13 | 456 | 107 | 76 |
| Binary | 11100011 | 1011011 | 11011111 | 0 | 111100 | 10 | 1011 | 100101110 | 1000111 | 111110 |
Color Harmonies of #E35BDF
Complementary color
Monochromatic Colors of #E35BDF
Black with #E35BDF
Text Example
Text Example
White with #E35BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35BDF; }
p { color: rgb(227,91,223); }
H1.HeaderClassName
{
color: #E35BDF;
}
.AnyTagClassName
{
color: #E35BDF;
}
</style>
background-color css
<style>
a { background-color: #E35BDF; }
a { background-color: rgb(227,91,223); }
div.DivClassName
{
background-color: #E35BDF;
}
.BgClassName
{
background-color: #E35BDF;
}
</style>
border-color css
<style>
span { border-color: #E35BDF; }
span { border-color: rgb(227,91,223); }
td.TdClassName
{
border-color: #E35BDF;
}
.TagClassName
{
border-color: #E35BDF;
}
</style>