Html Css Color HEX #E065C2 Free Speech Magenta
📋 copy color: '#E065C2'red 224 ◦ green 101 ◦ blue 194
Shades of Free Speech Magenta #E065C2
Tints of Free Speech Magenta #E065C2
RGB
CMYK
RGB Variations
Color information
#E065C2 (or 0xE065C2) is known color: Free Speech Magenta. HEX triplet: E0, 65 and C2. RGB value is (224,101,194). Sum of RGB (Red+Green+Blue) = 224+101+194=519 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.16% from 519); Green value is 101 (39.84% from 255 or 19.46% from 519); Blue value is 194 (76.17% from 255 or 37.38% from 519); Max value from RGB is 224 - color contains mainly: red. Hex color #E065C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E065C2 is #1F9A3D. Grayscale: #949494. Windows color (decimal): -2071102 or 12740064. OLE color: 12740064.
HSL color Cylindrical-coordinate representation of color #E065C2: hue angle of 314.63º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E065C2 is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 101 | 194 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.12 |
| HSL | 314.63º | 0.66% | 0.64% | - |
| HSV(B) | 314.63º | 0.55% | 0.88% | - |
| XYZ | 45.13 | 29.05 | 54.27 | - |
| YUV | 148.38 | 153.75 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 101 | 194 | 0 | 0.55 | 0.13 | 0.12 | 314.63 | 0.66 | 0.64 |
| Hex | E0 | 65 | C2 | 0 | 37 | D | C | 13B | 42 | 40 |
| Octal | 340 | 145 | 302 | 0 | 67 | 15 | 14 | 473 | 102 | 100 |
| Binary | 11100000 | 1100101 | 11000010 | 0 | 110111 | 1101 | 1100 | 100111011 | 1000010 | 1000000 |
Color Harmonies of #E065C2
Complementary color
Monochromatic Colors of #E065C2
Black with #E065C2
Text Example
Text Example
White with #E065C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E065C2; }
p { color: rgb(224,101,194); }
H1.HeaderClassName
{
color: #E065C2;
}
.AnyTagClassName
{
color: #E065C2;
}
</style>
background-color css
<style>
a { background-color: #E065C2; }
a { background-color: rgb(224,101,194); }
div.DivClassName
{
background-color: #E065C2;
}
.BgClassName
{
background-color: #E065C2;
}
</style>
border-color css
<style>
span { border-color: #E065C2; }
span { border-color: rgb(224,101,194); }
td.TdClassName
{
border-color: #E065C2;
}
.TagClassName
{
border-color: #E065C2;
}
</style>