Html Css Color HEX #E34FCB Free Speech Magenta
📋 copy color: '#E34FCB'red 227 ◦ green 79 ◦ blue 203
Shades of Free Speech Magenta #E34FCB
Tints of Free Speech Magenta #E34FCB
RGB
CMYK
RGB Variations
Color information
#E34FCB (or 0xE34FCB) is known color: Free Speech Magenta. HEX triplet: E3, 4F and CB. RGB value is (227,79,203). Sum of RGB (Red+Green+Blue) = 227+79+203=509 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.60% from 509); Green value is 79 (31.25% from 255 or 15.52% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 227 - color contains mainly: red. Hex color #E34FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E34FCB is #1CB034. Grayscale: #898989. Windows color (decimal): -1880117 or 13324259. OLE color: 13324259.
HSL color Cylindrical-coordinate representation of color #E34FCB: hue angle of 309.73º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E34FCB is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 79 | 203 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.11 |
| HSL | 309.73º | 0.73% | 0.6% | - |
| HSV(B) | 309.73º | 0.65% | 0.89% | - |
| XYZ | 45.25 | 26.23 | 59.18 | - |
| YUV | 137.39 | 165.03 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 79 | 203 | 0 | 0.65 | 0.11 | 0.11 | 309.73 | 0.73 | 0.6 |
| Hex | E3 | 4F | CB | 0 | 41 | B | B | 136 | 49 | 3C |
| Octal | 343 | 117 | 313 | 0 | 101 | 13 | 13 | 466 | 111 | 74 |
| Binary | 11100011 | 1001111 | 11001011 | 0 | 1000001 | 1011 | 1011 | 100110110 | 1001001 | 111100 |
Color Harmonies of #E34FCB
Complementary color
Monochromatic Colors of #E34FCB
Black with #E34FCB
Text Example
Text Example
White with #E34FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34FCB; }
p { color: rgb(227,79,203); }
H1.HeaderClassName
{
color: #E34FCB;
}
.AnyTagClassName
{
color: #E34FCB;
}
</style>
background-color css
<style>
a { background-color: #E34FCB; }
a { background-color: rgb(227,79,203); }
div.DivClassName
{
background-color: #E34FCB;
}
.BgClassName
{
background-color: #E34FCB;
}
</style>
border-color css
<style>
span { border-color: #E34FCB; }
span { border-color: rgb(227,79,203); }
td.TdClassName
{
border-color: #E34FCB;
}
.TagClassName
{
border-color: #E34FCB;
}
</style>