Html Css Color HEX #E651D1 Free Speech Magenta
📋 copy color: '#E651D1'red 230 ◦ green 81 ◦ blue 209
Shades of Free Speech Magenta #E651D1
Tints of Free Speech Magenta #E651D1
RGB
CMYK
RGB Variations
Color information
#E651D1 (or 0xE651D1) is known color: Free Speech Magenta. HEX triplet: E6, 51 and D1. RGB value is (230,81,209). Sum of RGB (Red+Green+Blue) = 230+81+209=520 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.23% from 520); Green value is 81 (32.03% from 255 or 15.58% from 520); Blue value is 209 (82.03% from 255 or 40.19% from 520); Max value from RGB is 230 - color contains mainly: red. Hex color #E651D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E651D1 is #19AE2E. Grayscale: #8B8B8B. Windows color (decimal): -1682991 or 13717990. OLE color: 13717990.
HSL color Cylindrical-coordinate representation of color #E651D1: hue angle of 308.46º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E651D1 is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 81 | 209 | - |
| CMYK | 0 | 0.65 | 0.09 | 0.10 |
| HSL | 308.46º | 0.75% | 0.61% | - |
| HSV(B) | 308.46º | 0.65% | 0.9% | - |
| XYZ | 47.08 | 27.31 | 63.11 | - |
| YUV | 140.14 | 166.86 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 81 | 209 | 0 | 0.65 | 0.09 | 0.10 | 308.46 | 0.75 | 0.61 |
| Hex | E6 | 51 | D1 | 0 | 41 | 9 | A | 134 | 4B | 3D |
| Octal | 346 | 121 | 321 | 0 | 101 | 11 | 12 | 464 | 113 | 75 |
| Binary | 11100110 | 1010001 | 11010001 | 0 | 1000001 | 1001 | 1010 | 100110100 | 1001011 | 111101 |
Color Harmonies of #E651D1
Complementary color
Monochromatic Colors of #E651D1
Black with #E651D1
Text Example
Text Example
White with #E651D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E651D1; }
p { color: rgb(230,81,209); }
H1.HeaderClassName
{
color: #E651D1;
}
.AnyTagClassName
{
color: #E651D1;
}
</style>
background-color css
<style>
a { background-color: #E651D1; }
a { background-color: rgb(230,81,209); }
div.DivClassName
{
background-color: #E651D1;
}
.BgClassName
{
background-color: #E651D1;
}
</style>
border-color css
<style>
span { border-color: #E651D1; }
span { border-color: rgb(230,81,209); }
td.TdClassName
{
border-color: #E651D1;
}
.TagClassName
{
border-color: #E651D1;
}
</style>