Html Css Color HEX #E063C4 Free Speech Magenta
📋 copy color: '#E063C4'red 224 ◦ green 99 ◦ blue 196
Shades of Free Speech Magenta #E063C4
Tints of Free Speech Magenta #E063C4
RGB
CMYK
RGB Variations
Color information
#E063C4 (or 0xE063C4) is known color: Free Speech Magenta. HEX triplet: E0, 63 and C4. RGB value is (224,99,196). Sum of RGB (Red+Green+Blue) = 224+99+196=519 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.16% from 519); Green value is 99 (39.06% from 255 or 19.08% from 519); Blue value is 196 (76.95% from 255 or 37.76% from 519); Max value from RGB is 224 - color contains mainly: red. Hex color #E063C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E063C4 is #1F9C3B. Grayscale: #939393. Windows color (decimal): -2071612 or 12870624. OLE color: 12870624.
HSL color Cylindrical-coordinate representation of color #E063C4: hue angle of 313.44º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E063C4 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 99 | 196 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.12 |
| HSL | 313.44º | 0.67% | 0.63% | - |
| HSV(B) | 313.44º | 0.56% | 0.88% | - |
| XYZ | 45.17 | 28.76 | 55.39 | - |
| YUV | 147.43 | 155.41 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 99 | 196 | 0 | 0.56 | 0.12 | 0.12 | 313.44 | 0.67 | 0.63 |
| Hex | E0 | 63 | C4 | 0 | 38 | C | C | 139 | 43 | 3F |
| Octal | 340 | 143 | 304 | 0 | 70 | 14 | 14 | 471 | 103 | 77 |
| Binary | 11100000 | 1100011 | 11000100 | 0 | 111000 | 1100 | 1100 | 100111001 | 1000011 | 111111 |
Color Harmonies of #E063C4
Complementary color
Monochromatic Colors of #E063C4
Black with #E063C4
Text Example
Text Example
White with #E063C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E063C4; }
p { color: rgb(224,99,196); }
H1.HeaderClassName
{
color: #E063C4;
}
.AnyTagClassName
{
color: #E063C4;
}
</style>
background-color css
<style>
a { background-color: #E063C4; }
a { background-color: rgb(224,99,196); }
div.DivClassName
{
background-color: #E063C4;
}
.BgClassName
{
background-color: #E063C4;
}
</style>
border-color css
<style>
span { border-color: #E063C4; }
span { border-color: rgb(224,99,196); }
td.TdClassName
{
border-color: #E063C4;
}
.TagClassName
{
border-color: #E063C4;
}
</style>