Html Css Color HEX #E35BCC Free Speech Magenta
📋 copy color: '#E35BCC'red 227 ◦ green 91 ◦ blue 204
Shades of Free Speech Magenta #E35BCC
Tints of Free Speech Magenta #E35BCC
RGB
CMYK
RGB Variations
Color information
#E35BCC (or 0xE35BCC) is known color: Free Speech Magenta. HEX triplet: E3, 5B and CC. RGB value is (227,91,204). Sum of RGB (Red+Green+Blue) = 227+91+204=522 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.49% from 522); Green value is 91 (35.94% from 255 or 17.43% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 227 - color contains mainly: red. Hex color #E35BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35BCC is #1CA433. Grayscale: #909090. Windows color (decimal): -1877044 or 13392867. OLE color: 13392867.
HSL color Cylindrical-coordinate representation of color #E35BCC: hue angle of 310.15º 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 #E35BCC is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 91 | 204 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.11 |
| HSL | 310.15º | 0.71% | 0.62% | - |
| HSV(B) | 310.15º | 0.6% | 0.89% | - |
| XYZ | 46.32 | 28.17 | 60.12 | - |
| YUV | 144.55 | 161.56 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 91 | 204 | 0 | 0.60 | 0.10 | 0.11 | 310.15 | 0.71 | 0.62 |
| Hex | E3 | 5B | CC | 0 | 3C | A | B | 136 | 47 | 3E |
| Octal | 343 | 133 | 314 | 0 | 74 | 12 | 13 | 466 | 107 | 76 |
| Binary | 11100011 | 1011011 | 11001100 | 0 | 111100 | 1010 | 1011 | 100110110 | 1000111 | 111110 |
Color Harmonies of #E35BCC
Complementary color
Monochromatic Colors of #E35BCC
Black with #E35BCC
Text Example
Text Example
White with #E35BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35BCC; }
p { color: rgb(227,91,204); }
H1.HeaderClassName
{
color: #E35BCC;
}
.AnyTagClassName
{
color: #E35BCC;
}
</style>
background-color css
<style>
a { background-color: #E35BCC; }
a { background-color: rgb(227,91,204); }
div.DivClassName
{
background-color: #E35BCC;
}
.BgClassName
{
background-color: #E35BCC;
}
</style>
border-color css
<style>
span { border-color: #E35BCC; }
span { border-color: rgb(227,91,204); }
td.TdClassName
{
border-color: #E35BCC;
}
.TagClassName
{
border-color: #E35BCC;
}
</style>