Html Css Color HEX #E651DB Free Speech Magenta
📋 copy color: '#E651DB'red 230 ◦ green 81 ◦ blue 219
Shades of Free Speech Magenta #E651DB
Tints of Free Speech Magenta #E651DB
RGB
CMYK
RGB Variations
Color information
#E651DB (or 0xE651DB) is known color: Free Speech Magenta. HEX triplet: E6, 51 and DB. RGB value is (230,81,219). Sum of RGB (Red+Green+Blue) = 230+81+219=530 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.40% from 530); Green value is 81 (32.03% from 255 or 15.28% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 230 - color contains mainly: red. Hex color #E651DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E651DB is #19AE24. Grayscale: #8C8C8C. Windows color (decimal): -1682981 or 14373350. OLE color: 14373350.
HSL color Cylindrical-coordinate representation of color #E651DB: hue angle of 304.43º 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 #E651DB is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 81 | 219 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.10 |
| HSL | 304.43º | 0.75% | 0.61% | - |
| HSV(B) | 304.43º | 0.65% | 0.9% | - |
| XYZ | 48.36 | 27.82 | 69.84 | - |
| YUV | 141.28 | 171.86 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 81 | 219 | 0 | 0.65 | 0.05 | 0.10 | 304.43 | 0.75 | 0.61 |
| Hex | E6 | 51 | DB | 0 | 41 | 5 | A | 130 | 4B | 3D |
| Octal | 346 | 121 | 333 | 0 | 101 | 5 | 12 | 460 | 113 | 75 |
| Binary | 11100110 | 1010001 | 11011011 | 0 | 1000001 | 101 | 1010 | 100110000 | 1001011 | 111101 |
Color Harmonies of #E651DB
Complementary color
Monochromatic Colors of #E651DB
Black with #E651DB
Text Example
Text Example
White with #E651DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E651DB; }
p { color: rgb(230,81,219); }
H1.HeaderClassName
{
color: #E651DB;
}
.AnyTagClassName
{
color: #E651DB;
}
</style>
background-color css
<style>
a { background-color: #E651DB; }
a { background-color: rgb(230,81,219); }
div.DivClassName
{
background-color: #E651DB;
}
.BgClassName
{
background-color: #E651DB;
}
</style>
border-color css
<style>
span { border-color: #E651DB; }
span { border-color: rgb(230,81,219); }
td.TdClassName
{
border-color: #E651DB;
}
.TagClassName
{
border-color: #E651DB;
}
</style>