Html Css Color HEX #E043CC Free Speech Magenta
📋 copy color: '#E043CC'red 224 ◦ green 67 ◦ blue 204
Shades of Free Speech Magenta #E043CC
Tints of Free Speech Magenta #E043CC
RGB
CMYK
RGB Variations
Color information
#E043CC (or 0xE043CC) is known color: Free Speech Magenta. HEX triplet: E0, 43 and CC. RGB value is (224,67,204). Sum of RGB (Red+Green+Blue) = 224+67+204=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 67 (26.56% from 255 or 13.54% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 224 - color contains mainly: red. Hex color #E043CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E043CC is #1FBC33. Grayscale: #818181. Windows color (decimal): -2079796 or 13386720. OLE color: 13386720.
HSL color Cylindrical-coordinate representation of color #E043CC: hue angle of 307.64º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E043CC is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 67 | 204 | - |
| CMYK | 0 | 0.70 | 0.09 | 0.12 |
| HSL | 307.64º | 0.72% | 0.57% | - |
| HSV(B) | 307.64º | 0.7% | 0.88% | - |
| XYZ | 43.65 | 24.22 | 59.5 | - |
| YUV | 129.56 | 170.01 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 67 | 204 | 0 | 0.70 | 0.09 | 0.12 | 307.64 | 0.72 | 0.57 |
| Hex | E0 | 43 | CC | 0 | 46 | 9 | C | 134 | 48 | 39 |
| Octal | 340 | 103 | 314 | 0 | 106 | 11 | 14 | 464 | 110 | 71 |
| Binary | 11100000 | 1000011 | 11001100 | 0 | 1000110 | 1001 | 1100 | 100110100 | 1001000 | 111001 |
Color Harmonies of #E043CC
Complementary color
Monochromatic Colors of #E043CC
Black with #E043CC
Text Example
Text Example
White with #E043CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E043CC; }
p { color: rgb(224,67,204); }
H1.HeaderClassName
{
color: #E043CC;
}
.AnyTagClassName
{
color: #E043CC;
}
</style>
background-color css
<style>
a { background-color: #E043CC; }
a { background-color: rgb(224,67,204); }
div.DivClassName
{
background-color: #E043CC;
}
.BgClassName
{
background-color: #E043CC;
}
</style>
border-color css
<style>
span { border-color: #E043CC; }
span { border-color: rgb(224,67,204); }
td.TdClassName
{
border-color: #E043CC;
}
.TagClassName
{
border-color: #E043CC;
}
</style>