Html Css Color HEX #E65ED1 Free Speech Magenta
📋 copy color: '#E65ED1'red 230 ◦ green 94 ◦ blue 209
Shades of Free Speech Magenta #E65ED1
Tints of Free Speech Magenta #E65ED1
RGB
CMYK
RGB Variations
Color information
#E65ED1 (or 0xE65ED1) is known color: Free Speech Magenta. HEX triplet: E6, 5E and D1. RGB value is (230,94,209). Sum of RGB (Red+Green+Blue) = 230+94+209=533 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.15% from 533); Green value is 94 (37.11% from 255 or 17.64% from 533); Blue value is 209 (82.03% from 255 or 39.21% from 533); Max value from RGB is 230 - color contains mainly: red. Hex color #E65ED1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65ED1 is #19A12E. Grayscale: #939393. Windows color (decimal): -1679663 or 13721318. OLE color: 13721318.
HSL color Cylindrical-coordinate representation of color #E65ED1: hue angle of 309.26º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E65ED1 is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 94 | 209 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.10 |
| HSL | 309.26º | 0.73% | 0.64% | - |
| HSV(B) | 309.26º | 0.59% | 0.9% | - |
| XYZ | 48.14 | 29.43 | 63.47 | - |
| YUV | 147.77 | 162.56 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 94 | 209 | 0 | 0.59 | 0.09 | 0.10 | 309.26 | 0.73 | 0.64 |
| Hex | E6 | 5E | D1 | 0 | 3B | 9 | A | 135 | 49 | 40 |
| Octal | 346 | 136 | 321 | 0 | 73 | 11 | 12 | 465 | 111 | 100 |
| Binary | 11100110 | 1011110 | 11010001 | 0 | 111011 | 1001 | 1010 | 100110101 | 1001001 | 1000000 |
Color Harmonies of #E65ED1
Complementary color
Monochromatic Colors of #E65ED1
Black with #E65ED1
Text Example
Text Example
White with #E65ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65ED1; }
p { color: rgb(230,94,209); }
H1.HeaderClassName
{
color: #E65ED1;
}
.AnyTagClassName
{
color: #E65ED1;
}
</style>
background-color css
<style>
a { background-color: #E65ED1; }
a { background-color: rgb(230,94,209); }
div.DivClassName
{
background-color: #E65ED1;
}
.BgClassName
{
background-color: #E65ED1;
}
</style>
border-color css
<style>
span { border-color: #E65ED1; }
span { border-color: rgb(230,94,209); }
td.TdClassName
{
border-color: #E65ED1;
}
.TagClassName
{
border-color: #E65ED1;
}
</style>