Html Css Color HEX #E264DB Free Speech Magenta
📋 copy color: '#E264DB'red 226 ◦ green 100 ◦ blue 219
Shades of Free Speech Magenta #E264DB
Tints of Free Speech Magenta #E264DB
RGB
CMYK
RGB Variations
Color information
#E264DB (or 0xE264DB) is known color: Free Speech Magenta. HEX triplet: E2, 64 and DB. RGB value is (226,100,219). Sum of RGB (Red+Green+Blue) = 226+100+219=545 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.47% from 545); Green value is 100 (39.45% from 255 or 18.35% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 226 - color contains mainly: red. Hex color #E264DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E264DB is #1D9B24. Grayscale: #969696. Windows color (decimal): -1940261 or 14378210. OLE color: 14378210.
HSL color Cylindrical-coordinate representation of color #E264DB: hue angle of 303.33º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E264DB is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 100 | 219 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.11 |
| HSL | 303.33º | 0.68% | 0.64% | - |
| HSV(B) | 303.33º | 0.56% | 0.89% | - |
| XYZ | 48.71 | 30.4 | 70.32 | - |
| YUV | 151.24 | 166.24 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 100 | 219 | 0 | 0.56 | 0.03 | 0.11 | 303.33 | 0.68 | 0.64 |
| Hex | E2 | 64 | DB | 0 | 38 | 3 | B | 12F | 44 | 40 |
| Octal | 342 | 144 | 333 | 0 | 70 | 3 | 13 | 457 | 104 | 100 |
| Binary | 11100010 | 1100100 | 11011011 | 0 | 111000 | 11 | 1011 | 100101111 | 1000100 | 1000000 |
Color Harmonies of #E264DB
Complementary color
Monochromatic Colors of #E264DB
Black with #E264DB
Text Example
Text Example
White with #E264DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E264DB; }
p { color: rgb(226,100,219); }
H1.HeaderClassName
{
color: #E264DB;
}
.AnyTagClassName
{
color: #E264DB;
}
</style>
background-color css
<style>
a { background-color: #E264DB; }
a { background-color: rgb(226,100,219); }
div.DivClassName
{
background-color: #E264DB;
}
.BgClassName
{
background-color: #E264DB;
}
</style>
border-color css
<style>
span { border-color: #E264DB; }
span { border-color: rgb(226,100,219); }
td.TdClassName
{
border-color: #E264DB;
}
.TagClassName
{
border-color: #E264DB;
}
</style>