Html Css Color HEX #E165DB Free Speech Magenta
📋 copy color: '#E165DB'red 225 ◦ green 101 ◦ blue 219
Shades of Free Speech Magenta #E165DB
Tints of Free Speech Magenta #E165DB
RGB
CMYK
RGB Variations
Color information
#E165DB (or 0xE165DB) is known color: Free Speech Magenta. HEX triplet: E1, 65 and DB. RGB value is (225,101,219). Sum of RGB (Red+Green+Blue) = 225+101+219=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 101 (39.84% from 255 or 18.53% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 225 - color contains mainly: red. Hex color #E165DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E165DB is #1E9A24. Grayscale: #979797. Windows color (decimal): -2005541 or 14378465. OLE color: 14378465.
HSL color Cylindrical-coordinate representation of color #E165DB: hue angle of 302.9º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E165DB is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 101 | 219 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.12 |
| HSL | 302.9º | 0.67% | 0.64% | - |
| HSV(B) | 302.9º | 0.55% | 0.88% | - |
| XYZ | 48.49 | 30.43 | 70.34 | - |
| YUV | 151.53 | 166.08 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 101 | 219 | 0 | 0.55 | 0.03 | 0.12 | 302.9 | 0.67 | 0.64 |
| Hex | E1 | 65 | DB | 0 | 37 | 3 | C | 12F | 43 | 40 |
| Octal | 341 | 145 | 333 | 0 | 67 | 3 | 14 | 457 | 103 | 100 |
| Binary | 11100001 | 1100101 | 11011011 | 0 | 110111 | 11 | 1100 | 100101111 | 1000011 | 1000000 |
Color Harmonies of #E165DB
Complementary color
Monochromatic Colors of #E165DB
Black with #E165DB
Text Example
Text Example
White with #E165DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E165DB; }
p { color: rgb(225,101,219); }
H1.HeaderClassName
{
color: #E165DB;
}
.AnyTagClassName
{
color: #E165DB;
}
</style>
background-color css
<style>
a { background-color: #E165DB; }
a { background-color: rgb(225,101,219); }
div.DivClassName
{
background-color: #E165DB;
}
.BgClassName
{
background-color: #E165DB;
}
</style>
border-color css
<style>
span { border-color: #E165DB; }
span { border-color: rgb(225,101,219); }
td.TdClassName
{
border-color: #E165DB;
}
.TagClassName
{
border-color: #E165DB;
}
</style>