Shades of Pale Magenta #EB80DB
Tints of Pale Magenta #EB80DB
RGB
CMYK
RGB Variations
Color information
#EB80DB (or 0xEB80DB) is known color: Pale Magenta. HEX triplet: EB, 80 and DB. RGB value is (235,128,219). Sum of RGB (Red+Green+Blue) = 235+128+219=582 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.38% from 582); Green value is 128 (50.39% from 255 or 21.99% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 235 - color contains mainly: red. Hex color #EB80DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB80DB is #147F24. Grayscale: #AAAAAA. Windows color (decimal): -1343269 or 14385387. OLE color: 14385387.
HSL color Cylindrical-coordinate representation of color #EB80DB: hue angle of 308.97º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EB80DB is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 128 | 219 | - |
CMYK | 0 | 0.46 | 0.07 | 0.08 |
HSL | 308.97º | 0.73% | 0.71% | - |
HSV(B) | 308.97º | 0.46% | 0.92% | - |
XYZ | 54.77 | 38.21 | 71.51 | - |
YUV | 170.37 | 155.45 | 174.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 128 | 219 | 0 | 0.46 | 0.07 | 0.08 | 308.97 | 0.73 | 0.71 |
Hex | EB | 80 | DB | 0 | 2E | 7 | 8 | 135 | 49 | 47 |
Octal | 353 | 200 | 333 | 0 | 56 | 7 | 10 | 465 | 111 | 107 |
Binary | 11101011 | 10000000 | 11011011 | 0 | 101110 | 111 | 1000 | 100110101 | 1001001 | 1000111 |
Color Harmonies of #EB80DB
Complementary color
Monochromatic Colors of #EB80DB
Black with #EB80DB
Text Example
Text Example
White with #EB80DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB80DB; }
p { color: rgb(235,128,219); }
H1.HeaderClassName
{
color: #EB80DB;
}
.AnyTagClassName
{
color: #EB80DB;
}
</style>
background-color css
<style>
a { background-color: #EB80DB; }
a { background-color: rgb(235,128,219); }
div.DivClassName
{
background-color: #EB80DB;
}
.BgClassName
{
background-color: #EB80DB;
}
</style>
border-color css
<style>
span { border-color: #EB80DB; }
span { border-color: rgb(235,128,219); }
td.TdClassName
{
border-color: #EB80DB;
}
.TagClassName
{
border-color: #EB80DB;
}
</style>