Html Css Color HEX #E065D1 Free Speech Magenta
📋 copy color: '#E065D1'red 224 ◦ green 101 ◦ blue 209
Shades of Free Speech Magenta #E065D1
Tints of Free Speech Magenta #E065D1
RGB
CMYK
RGB Variations
Color information
#E065D1 (or 0xE065D1) is known color: Free Speech Magenta. HEX triplet: E0, 65 and D1. RGB value is (224,101,209). Sum of RGB (Red+Green+Blue) = 224+101+209=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 101 (39.84% from 255 or 18.91% from 534); Blue value is 209 (82.03% from 255 or 39.14% from 534); Max value from RGB is 224 - color contains mainly: red. Hex color #E065D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E065D1 is #1F9A2E. Grayscale: #959595. Windows color (decimal): -2071087 or 13723104. OLE color: 13723104.
HSL color Cylindrical-coordinate representation of color #E065D1: hue angle of 307.32º 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 #E065D1 is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 101 | 209 | - |
| CMYK | 0 | 0.55 | 0.07 | 0.12 |
| HSL | 307.32º | 0.66% | 0.64% | - |
| HSV(B) | 307.32º | 0.55% | 0.88% | - |
| XYZ | 46.9 | 29.76 | 63.59 | - |
| YUV | 150.09 | 161.25 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 101 | 209 | 0 | 0.55 | 0.07 | 0.12 | 307.32 | 0.66 | 0.64 |
| Hex | E0 | 65 | D1 | 0 | 37 | 7 | C | 133 | 42 | 40 |
| Octal | 340 | 145 | 321 | 0 | 67 | 7 | 14 | 463 | 102 | 100 |
| Binary | 11100000 | 1100101 | 11010001 | 0 | 110111 | 111 | 1100 | 100110011 | 1000010 | 1000000 |
Color Harmonies of #E065D1
Complementary color
Monochromatic Colors of #E065D1
Black with #E065D1
Text Example
Text Example
White with #E065D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E065D1; }
p { color: rgb(224,101,209); }
H1.HeaderClassName
{
color: #E065D1;
}
.AnyTagClassName
{
color: #E065D1;
}
</style>
background-color css
<style>
a { background-color: #E065D1; }
a { background-color: rgb(224,101,209); }
div.DivClassName
{
background-color: #E065D1;
}
.BgClassName
{
background-color: #E065D1;
}
</style>
border-color css
<style>
span { border-color: #E065D1; }
span { border-color: rgb(224,101,209); }
td.TdClassName
{
border-color: #E065D1;
}
.TagClassName
{
border-color: #E065D1;
}
</style>