Html Css Color HEX #E265DB Free Speech Magenta
📋 copy color: '#E265DB'red 226 ◦ green 101 ◦ blue 219
Shades of Free Speech Magenta #E265DB
Tints of Free Speech Magenta #E265DB
RGB
CMYK
RGB Variations
Color information
#E265DB (or 0xE265DB) is known color: Free Speech Magenta. HEX triplet: E2, 65 and DB. RGB value is (226,101,219). Sum of RGB (Red+Green+Blue) = 226+101+219=546 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.39% from 546); Green value is 101 (39.84% from 255 or 18.50% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 226 - color contains mainly: red. Hex color #E265DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E265DB is #1D9A24. Grayscale: #979797. Windows color (decimal): -1940005 or 14378466. OLE color: 14378466.
HSL color Cylindrical-coordinate representation of color #E265DB: hue angle of 303.36º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E265DB is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 101 | 219 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.11 |
| HSL | 303.36º | 0.68% | 0.64% | - |
| HSV(B) | 303.36º | 0.55% | 0.89% | - |
| XYZ | 48.8 | 30.59 | 70.35 | - |
| YUV | 151.83 | 165.91 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 219 | 0 | 0.55 | 0.03 | 0.11 | 303.36 | 0.68 | 0.64 |
| Hex | E2 | 65 | DB | 0 | 37 | 3 | B | 12F | 44 | 40 |
| Octal | 342 | 145 | 333 | 0 | 67 | 3 | 13 | 457 | 104 | 100 |
| Binary | 11100010 | 1100101 | 11011011 | 0 | 110111 | 11 | 1011 | 100101111 | 1000100 | 1000000 |
Color Harmonies of #E265DB
Complementary color
Monochromatic Colors of #E265DB
Black with #E265DB
Text Example
Text Example
White with #E265DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E265DB; }
p { color: rgb(226,101,219); }
H1.HeaderClassName
{
color: #E265DB;
}
.AnyTagClassName
{
color: #E265DB;
}
</style>
background-color css
<style>
a { background-color: #E265DB; }
a { background-color: rgb(226,101,219); }
div.DivClassName
{
background-color: #E265DB;
}
.BgClassName
{
background-color: #E265DB;
}
</style>
border-color css
<style>
span { border-color: #E265DB; }
span { border-color: rgb(226,101,219); }
td.TdClassName
{
border-color: #E265DB;
}
.TagClassName
{
border-color: #E265DB;
}
</style>