Html Css Color HEX #E642DB Free Speech Magenta
📋 copy color: '#E642DB'red 230 ◦ green 66 ◦ blue 219
Shades of Free Speech Magenta #E642DB
Tints of Free Speech Magenta #E642DB
RGB
CMYK
RGB Variations
Color information
#E642DB (or 0xE642DB) is known color: Free Speech Magenta. HEX triplet: E6, 42 and DB. RGB value is (230,66,219). Sum of RGB (Red+Green+Blue) = 230+66+219=515 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.66% from 515); Green value is 66 (26.17% from 255 or 12.82% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 230 - color contains mainly: red. Hex color #E642DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E642DB is #19BD24. Grayscale: #848484. Windows color (decimal): -1686821 or 14369510. OLE color: 14369510.
HSL color Cylindrical-coordinate representation of color #E642DB: hue angle of 304.02º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E642DB is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 66 | 219 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.10 |
| HSL | 304.02º | 0.77% | 0.58% | - |
| HSV(B) | 304.02º | 0.71% | 0.9% | - |
| XYZ | 47.37 | 25.83 | 69.51 | - |
| YUV | 132.48 | 176.83 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 66 | 219 | 0 | 0.71 | 0.05 | 0.10 | 304.02 | 0.77 | 0.58 |
| Hex | E6 | 42 | DB | 0 | 47 | 5 | A | 130 | 4D | 3A |
| Octal | 346 | 102 | 333 | 0 | 107 | 5 | 12 | 460 | 115 | 72 |
| Binary | 11100110 | 1000010 | 11011011 | 0 | 1000111 | 101 | 1010 | 100110000 | 1001101 | 111010 |
Color Harmonies of #E642DB
Complementary color
Monochromatic Colors of #E642DB
Black with #E642DB
Text Example
Text Example
White with #E642DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E642DB; }
p { color: rgb(230,66,219); }
H1.HeaderClassName
{
color: #E642DB;
}
.AnyTagClassName
{
color: #E642DB;
}
</style>
background-color css
<style>
a { background-color: #E642DB; }
a { background-color: rgb(230,66,219); }
div.DivClassName
{
background-color: #E642DB;
}
.BgClassName
{
background-color: #E642DB;
}
</style>
border-color css
<style>
span { border-color: #E642DB; }
span { border-color: rgb(230,66,219); }
td.TdClassName
{
border-color: #E642DB;
}
.TagClassName
{
border-color: #E642DB;
}
</style>