Html Css Color HEX #E466DB Free Speech Magenta
📋 copy color: '#E466DB'red 228 ◦ green 102 ◦ blue 219
Shades of Free Speech Magenta #E466DB
Tints of Free Speech Magenta #E466DB
RGB
CMYK
RGB Variations
Color information
#E466DB (or 0xE466DB) is known color: Free Speech Magenta. HEX triplet: E4, 66 and DB. RGB value is (228,102,219). Sum of RGB (Red+Green+Blue) = 228+102+219=549 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.53% from 549); Green value is 102 (40.23% from 255 or 18.58% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 228 - color contains mainly: red. Hex color #E466DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E466DB is #1B9924. Grayscale: #989898. Windows color (decimal): -1808677 or 14378724. OLE color: 14378724.
HSL color Cylindrical-coordinate representation of color #E466DB: hue angle of 304.29º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E466DB is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 102 | 219 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.11 |
| HSL | 304.29º | 0.7% | 0.65% | - |
| HSV(B) | 304.29º | 0.55% | 0.89% | - |
| XYZ | 49.53 | 31.11 | 70.41 | - |
| YUV | 153.01 | 165.24 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 102 | 219 | 0 | 0.55 | 0.04 | 0.11 | 304.29 | 0.7 | 0.65 |
| Hex | E4 | 66 | DB | 0 | 37 | 4 | B | 130 | 46 | 41 |
| Octal | 344 | 146 | 333 | 0 | 67 | 4 | 13 | 460 | 106 | 101 |
| Binary | 11100100 | 1100110 | 11011011 | 0 | 110111 | 100 | 1011 | 100110000 | 1000110 | 1000001 |
Color Harmonies of #E466DB
Complementary color
Monochromatic Colors of #E466DB
Black with #E466DB
Text Example
Text Example
White with #E466DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E466DB; }
p { color: rgb(228,102,219); }
H1.HeaderClassName
{
color: #E466DB;
}
.AnyTagClassName
{
color: #E466DB;
}
</style>
background-color css
<style>
a { background-color: #E466DB; }
a { background-color: rgb(228,102,219); }
div.DivClassName
{
background-color: #E466DB;
}
.BgClassName
{
background-color: #E466DB;
}
</style>
border-color css
<style>
span { border-color: #E466DB; }
span { border-color: rgb(228,102,219); }
td.TdClassName
{
border-color: #E466DB;
}
.TagClassName
{
border-color: #E466DB;
}
</style>