Html Css Color HEX #E065D6 Free Speech Magenta
📋 copy color: '#E065D6'red 224 ◦ green 101 ◦ blue 214
Shades of Free Speech Magenta #E065D6
Tints of Free Speech Magenta #E065D6
RGB
CMYK
RGB Variations
Color information
#E065D6 (or 0xE065D6) is known color: Free Speech Magenta. HEX triplet: E0, 65 and D6. RGB value is (224,101,214). Sum of RGB (Red+Green+Blue) = 224+101+214=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 101 (39.84% from 255 or 18.74% from 539); Blue value is 214 (83.98% from 255 or 39.70% from 539); Max value from RGB is 224 - color contains mainly: red. Hex color #E065D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E065D6 is #1F9A29. Grayscale: #969696. Windows color (decimal): -2071082 or 14050784. OLE color: 14050784.
HSL color Cylindrical-coordinate representation of color #E065D6: hue angle of 304.88º 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 #E065D6 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 101 | 214 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.12 |
| HSL | 304.88º | 0.66% | 0.64% | - |
| HSV(B) | 304.88º | 0.55% | 0.88% | - |
| XYZ | 47.53 | 30.01 | 66.91 | - |
| YUV | 150.66 | 163.75 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 101 | 214 | 0 | 0.55 | 0.04 | 0.12 | 304.88 | 0.66 | 0.64 |
| Hex | E0 | 65 | D6 | 0 | 37 | 4 | C | 131 | 42 | 40 |
| Octal | 340 | 145 | 326 | 0 | 67 | 4 | 14 | 461 | 102 | 100 |
| Binary | 11100000 | 1100101 | 11010110 | 0 | 110111 | 100 | 1100 | 100110001 | 1000010 | 1000000 |
Color Harmonies of #E065D6
Complementary color
Monochromatic Colors of #E065D6
Black with #E065D6
Text Example
Text Example
White with #E065D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E065D6; }
p { color: rgb(224,101,214); }
H1.HeaderClassName
{
color: #E065D6;
}
.AnyTagClassName
{
color: #E065D6;
}
</style>
background-color css
<style>
a { background-color: #E065D6; }
a { background-color: rgb(224,101,214); }
div.DivClassName
{
background-color: #E065D6;
}
.BgClassName
{
background-color: #E065D6;
}
</style>
border-color css
<style>
span { border-color: #E065D6; }
span { border-color: rgb(224,101,214); }
td.TdClassName
{
border-color: #E065D6;
}
.TagClassName
{
border-color: #E065D6;
}
</style>