Html Css Color HEX #E045C3 Free Speech Magenta
📋 copy color: '#E045C3'red 224 ◦ green 69 ◦ blue 195
Shades of Free Speech Magenta #E045C3
Tints of Free Speech Magenta #E045C3
RGB
CMYK
RGB Variations
Color information
#E045C3 (or 0xE045C3) is known color: Free Speech Magenta. HEX triplet: E0, 45 and C3. RGB value is (224,69,195). Sum of RGB (Red+Green+Blue) = 224+69+195=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 69 (27.34% from 255 or 14.14% from 488); Blue value is 195 (76.56% from 255 or 39.96% from 488); Max value from RGB is 224 - color contains mainly: red. Hex color #E045C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E045C3 is #1FBA3C. Grayscale: #818181. Windows color (decimal): -2079293 or 12797408. OLE color: 12797408.
HSL color Cylindrical-coordinate representation of color #E045C3: hue angle of 311.23º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E045C3 is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 69 | 195 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.12 |
| HSL | 311.23º | 0.71% | 0.57% | - |
| HSV(B) | 311.23º | 0.69% | 0.88% | - |
| XYZ | 42.72 | 24.04 | 54.02 | - |
| YUV | 129.71 | 164.85 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 69 | 195 | 0 | 0.69 | 0.13 | 0.12 | 311.23 | 0.71 | 0.57 |
| Hex | E0 | 45 | C3 | 0 | 45 | D | C | 137 | 47 | 39 |
| Octal | 340 | 105 | 303 | 0 | 105 | 15 | 14 | 467 | 107 | 71 |
| Binary | 11100000 | 1000101 | 11000011 | 0 | 1000101 | 1101 | 1100 | 100110111 | 1000111 | 111001 |
Color Harmonies of #E045C3
Complementary color
Monochromatic Colors of #E045C3
Black with #E045C3
Text Example
Text Example
White with #E045C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E045C3; }
p { color: rgb(224,69,195); }
H1.HeaderClassName
{
color: #E045C3;
}
.AnyTagClassName
{
color: #E045C3;
}
</style>
background-color css
<style>
a { background-color: #E045C3; }
a { background-color: rgb(224,69,195); }
div.DivClassName
{
background-color: #E045C3;
}
.BgClassName
{
background-color: #E045C3;
}
</style>
border-color css
<style>
span { border-color: #E045C3; }
span { border-color: rgb(224,69,195); }
td.TdClassName
{
border-color: #E045C3;
}
.TagClassName
{
border-color: #E045C3;
}
</style>