Html Css Color HEX #E35ECB Free Speech Magenta
📋 copy color: '#E35ECB'red 227 ◦ green 94 ◦ blue 203
Shades of Free Speech Magenta #E35ECB
Tints of Free Speech Magenta #E35ECB
RGB
CMYK
RGB Variations
Color information
#E35ECB (or 0xE35ECB) is known color: Free Speech Magenta. HEX triplet: E3, 5E and CB. RGB value is (227,94,203). Sum of RGB (Red+Green+Blue) = 227+94+203=524 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.32% from 524); Green value is 94 (37.11% from 255 or 17.94% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 227 - color contains mainly: red. Hex color #E35ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35ECB is #1CA134. Grayscale: #919191. Windows color (decimal): -1876277 or 13328099. OLE color: 13328099.
HSL color Cylindrical-coordinate representation of color #E35ECB: hue angle of 310.83º degrees, saturation: 0.7, 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 #E35ECB is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 94 | 203 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.11 |
| HSL | 310.83º | 0.7% | 0.63% | - |
| HSV(B) | 310.83º | 0.59% | 0.89% | - |
| XYZ | 46.46 | 28.65 | 59.58 | - |
| YUV | 146.19 | 160.06 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 94 | 203 | 0 | 0.59 | 0.11 | 0.11 | 310.83 | 0.7 | 0.63 |
| Hex | E3 | 5E | CB | 0 | 3B | B | B | 137 | 46 | 3F |
| Octal | 343 | 136 | 313 | 0 | 73 | 13 | 13 | 467 | 106 | 77 |
| Binary | 11100011 | 1011110 | 11001011 | 0 | 111011 | 1011 | 1011 | 100110111 | 1000110 | 111111 |
Color Harmonies of #E35ECB
Complementary color
Monochromatic Colors of #E35ECB
Black with #E35ECB
Text Example
Text Example
White with #E35ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35ECB; }
p { color: rgb(227,94,203); }
H1.HeaderClassName
{
color: #E35ECB;
}
.AnyTagClassName
{
color: #E35ECB;
}
</style>
background-color css
<style>
a { background-color: #E35ECB; }
a { background-color: rgb(227,94,203); }
div.DivClassName
{
background-color: #E35ECB;
}
.BgClassName
{
background-color: #E35ECB;
}
</style>
border-color css
<style>
span { border-color: #E35ECB; }
span { border-color: rgb(227,94,203); }
td.TdClassName
{
border-color: #E35ECB;
}
.TagClassName
{
border-color: #E35ECB;
}
</style>