Html Css Color HEX #E34DCB Free Speech Magenta
📋 copy color: '#E34DCB'red 227 ◦ green 77 ◦ blue 203
Shades of Free Speech Magenta #E34DCB
Tints of Free Speech Magenta #E34DCB
RGB
CMYK
RGB Variations
Color information
#E34DCB (or 0xE34DCB) is known color: Free Speech Magenta. HEX triplet: E3, 4D and CB. RGB value is (227,77,203). Sum of RGB (Red+Green+Blue) = 227+77+203=507 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.77% from 507); Green value is 77 (30.47% from 255 or 15.19% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 227 - color contains mainly: red. Hex color #E34DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E34DCB is #1CB234. Grayscale: #878787. Windows color (decimal): -1880629 or 13323747. OLE color: 13323747.
HSL color Cylindrical-coordinate representation of color #E34DCB: hue angle of 309.6º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E34DCB is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 77 | 203 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.11 |
| HSL | 309.6º | 0.73% | 0.6% | - |
| HSV(B) | 309.6º | 0.66% | 0.89% | - |
| XYZ | 45.11 | 25.95 | 59.13 | - |
| YUV | 136.21 | 165.7 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 77 | 203 | 0 | 0.66 | 0.11 | 0.11 | 309.6 | 0.73 | 0.6 |
| Hex | E3 | 4D | CB | 0 | 42 | B | B | 136 | 49 | 3C |
| Octal | 343 | 115 | 313 | 0 | 102 | 13 | 13 | 466 | 111 | 74 |
| Binary | 11100011 | 1001101 | 11001011 | 0 | 1000010 | 1011 | 1011 | 100110110 | 1001001 | 111100 |
Color Harmonies of #E34DCB
Complementary color
Monochromatic Colors of #E34DCB
Black with #E34DCB
Text Example
Text Example
White with #E34DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34DCB; }
p { color: rgb(227,77,203); }
H1.HeaderClassName
{
color: #E34DCB;
}
.AnyTagClassName
{
color: #E34DCB;
}
</style>
background-color css
<style>
a { background-color: #E34DCB; }
a { background-color: rgb(227,77,203); }
div.DivClassName
{
background-color: #E34DCB;
}
.BgClassName
{
background-color: #E34DCB;
}
</style>
border-color css
<style>
span { border-color: #E34DCB; }
span { border-color: rgb(227,77,203); }
td.TdClassName
{
border-color: #E34DCB;
}
.TagClassName
{
border-color: #E34DCB;
}
</style>