Html Css Color HEX #E34CC3 Free Speech Magenta
📋 copy color: '#E34CC3'red 227 ◦ green 76 ◦ blue 195
Shades of Free Speech Magenta #E34CC3
Tints of Free Speech Magenta #E34CC3
RGB
CMYK
RGB Variations
Color information
#E34CC3 (or 0xE34CC3) is known color: Free Speech Magenta. HEX triplet: E3, 4C and C3. RGB value is (227,76,195). Sum of RGB (Red+Green+Blue) = 227+76+195=498 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.58% from 498); Green value is 76 (30.08% from 255 or 15.26% from 498); Blue value is 195 (76.56% from 255 or 39.16% from 498); Max value from RGB is 227 - color contains mainly: red. Hex color #E34CC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E34CC3 is #1CB33C. Grayscale: #868686. Windows color (decimal): -1880893 or 12799203. OLE color: 12799203.
HSL color Cylindrical-coordinate representation of color #E34CC3: hue angle of 312.72º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E34CC3 is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 76 | 195 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.11 |
| HSL | 312.72º | 0.73% | 0.59% | - |
| HSV(B) | 312.72º | 0.67% | 0.89% | - |
| XYZ | 44.11 | 25.44 | 54.22 | - |
| YUV | 134.72 | 162.03 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 76 | 195 | 0 | 0.67 | 0.14 | 0.11 | 312.72 | 0.73 | 0.59 |
| Hex | E3 | 4C | C3 | 0 | 43 | E | B | 139 | 49 | 3B |
| Octal | 343 | 114 | 303 | 0 | 103 | 16 | 13 | 471 | 111 | 73 |
| Binary | 11100011 | 1001100 | 11000011 | 0 | 1000011 | 1110 | 1011 | 100111001 | 1001001 | 111011 |
Color Harmonies of #E34CC3
Complementary color
Monochromatic Colors of #E34CC3
Black with #E34CC3
Text Example
Text Example
White with #E34CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34CC3; }
p { color: rgb(227,76,195); }
H1.HeaderClassName
{
color: #E34CC3;
}
.AnyTagClassName
{
color: #E34CC3;
}
</style>
background-color css
<style>
a { background-color: #E34CC3; }
a { background-color: rgb(227,76,195); }
div.DivClassName
{
background-color: #E34CC3;
}
.BgClassName
{
background-color: #E34CC3;
}
</style>
border-color css
<style>
span { border-color: #E34CC3; }
span { border-color: rgb(227,76,195); }
td.TdClassName
{
border-color: #E34CC3;
}
.TagClassName
{
border-color: #E34CC3;
}
</style>