Html Css Color HEX #E045C4 Free Speech Magenta
📋 copy color: '#E045C4'red 224 ◦ green 69 ◦ blue 196
Shades of Free Speech Magenta #E045C4
Tints of Free Speech Magenta #E045C4
RGB
CMYK
RGB Variations
Color information
#E045C4 (or 0xE045C4) is known color: Free Speech Magenta. HEX triplet: E0, 45 and C4. RGB value is (224,69,196). Sum of RGB (Red+Green+Blue) = 224+69+196=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 69 (27.34% from 255 or 14.11% from 489); Blue value is 196 (76.95% from 255 or 40.08% from 489); Max value from RGB is 224 - color contains mainly: red. Hex color #E045C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E045C4 is #1FBA3B. Grayscale: #818181. Windows color (decimal): -2079292 or 12862944. OLE color: 12862944.
HSL color Cylindrical-coordinate representation of color #E045C4: hue angle of 310.84º 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 #E045C4 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 69 | 196 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.12 |
| HSL | 310.84º | 0.71% | 0.57% | - |
| HSV(B) | 310.84º | 0.69% | 0.88% | - |
| XYZ | 42.83 | 24.09 | 54.62 | - |
| YUV | 129.82 | 165.35 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 69 | 196 | 0 | 0.69 | 0.12 | 0.12 | 310.84 | 0.71 | 0.57 |
| Hex | E0 | 45 | C4 | 0 | 45 | C | C | 137 | 47 | 39 |
| Octal | 340 | 105 | 304 | 0 | 105 | 14 | 14 | 467 | 107 | 71 |
| Binary | 11100000 | 1000101 | 11000100 | 0 | 1000101 | 1100 | 1100 | 100110111 | 1000111 | 111001 |
Color Harmonies of #E045C4
Complementary color
Monochromatic Colors of #E045C4
Black with #E045C4
Text Example
Text Example
White with #E045C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E045C4; }
p { color: rgb(224,69,196); }
H1.HeaderClassName
{
color: #E045C4;
}
.AnyTagClassName
{
color: #E045C4;
}
</style>
background-color css
<style>
a { background-color: #E045C4; }
a { background-color: rgb(224,69,196); }
div.DivClassName
{
background-color: #E045C4;
}
.BgClassName
{
background-color: #E045C4;
}
</style>
border-color css
<style>
span { border-color: #E045C4; }
span { border-color: rgb(224,69,196); }
td.TdClassName
{
border-color: #E045C4;
}
.TagClassName
{
border-color: #E045C4;
}
</style>