Html Css Color HEX #E666DB Free Speech Magenta
📋 copy color: '#E666DB'red 230 ◦ green 102 ◦ blue 219
Shades of Free Speech Magenta #E666DB
Tints of Free Speech Magenta #E666DB
RGB
CMYK
RGB Variations
Color information
#E666DB (or 0xE666DB) is known color: Free Speech Magenta. HEX triplet: E6, 66 and DB. RGB value is (230,102,219). Sum of RGB (Red+Green+Blue) = 230+102+219=551 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.74% from 551); Green value is 102 (40.23% from 255 or 18.51% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 230 - color contains mainly: red. Hex color #E666DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E666DB is #199924. Grayscale: #999999. Windows color (decimal): -1677605 or 14378726. OLE color: 14378726.
HSL color Cylindrical-coordinate representation of color #E666DB: hue angle of 305.16º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E666DB is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 102 | 219 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.10 |
| HSL | 305.16º | 0.72% | 0.65% | - |
| HSV(B) | 305.16º | 0.56% | 0.9% | - |
| XYZ | 50.17 | 31.44 | 70.44 | - |
| YUV | 153.61 | 164.91 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 102 | 219 | 0 | 0.56 | 0.05 | 0.10 | 305.16 | 0.72 | 0.65 |
| Hex | E6 | 66 | DB | 0 | 38 | 5 | A | 131 | 48 | 41 |
| Octal | 346 | 146 | 333 | 0 | 70 | 5 | 12 | 461 | 110 | 101 |
| Binary | 11100110 | 1100110 | 11011011 | 0 | 111000 | 101 | 1010 | 100110001 | 1001000 | 1000001 |
Color Harmonies of #E666DB
Complementary color
Monochromatic Colors of #E666DB
Black with #E666DB
Text Example
Text Example
White with #E666DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E666DB; }
p { color: rgb(230,102,219); }
H1.HeaderClassName
{
color: #E666DB;
}
.AnyTagClassName
{
color: #E666DB;
}
</style>
background-color css
<style>
a { background-color: #E666DB; }
a { background-color: rgb(230,102,219); }
div.DivClassName
{
background-color: #E666DB;
}
.BgClassName
{
background-color: #E666DB;
}
</style>
border-color css
<style>
span { border-color: #E666DB; }
span { border-color: rgb(230,102,219); }
td.TdClassName
{
border-color: #E666DB;
}
.TagClassName
{
border-color: #E666DB;
}
</style>