Shades of Pale Magenta #EE8BDB
Tints of Pale Magenta #EE8BDB
RGB
CMYK
RGB Variations
Color information
#EE8BDB (or 0xEE8BDB) is known color: Pale Magenta. HEX triplet: EE, 8B and DB. RGB value is (238,139,219). Sum of RGB (Red+Green+Blue) = 238+139+219=596 (78% of max value = 765). Red value is 238 (93.36% from 255 or 39.93% from 596); Green value is 139 (54.69% from 255 or 23.32% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8BDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8BDB is #117424. Grayscale: #B1B1B1. Windows color (decimal): -1143845 or 14388206. OLE color: 14388206.
HSL color Cylindrical-coordinate representation of color #EE8BDB: hue angle of 311.52º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EE8BDB is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 139 | 219 | - |
CMYK | 0 | 0.42 | 0.08 | 0.07 |
HSL | 311.52º | 0.74% | 0.74% | - |
HSV(B) | 311.52º | 0.42% | 0.93% | - |
XYZ | 57.28 | 41.76 | 72.06 | - |
YUV | 177.72 | 151.3 | 171 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 139 | 219 | 0 | 0.42 | 0.08 | 0.07 | 311.52 | 0.74 | 0.74 |
Hex | EE | 8B | DB | 0 | 2A | 8 | 7 | 138 | 4A | 4A |
Octal | 356 | 213 | 333 | 0 | 52 | 10 | 7 | 470 | 112 | 112 |
Binary | 11101110 | 10001011 | 11011011 | 0 | 101010 | 1000 | 111 | 100111000 | 1001010 | 1001010 |
Color Harmonies of #EE8BDB
Complementary color
Monochromatic Colors of #EE8BDB
Black with #EE8BDB
Text Example
Text Example
White with #EE8BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8BDB; }
p { color: rgb(238,139,219); }
H1.HeaderClassName
{
color: #EE8BDB;
}
.AnyTagClassName
{
color: #EE8BDB;
}
</style>
background-color css
<style>
a { background-color: #EE8BDB; }
a { background-color: rgb(238,139,219); }
div.DivClassName
{
background-color: #EE8BDB;
}
.BgClassName
{
background-color: #EE8BDB;
}
</style>
border-color css
<style>
span { border-color: #EE8BDB; }
span { border-color: rgb(238,139,219); }
td.TdClassName
{
border-color: #EE8BDB;
}
.TagClassName
{
border-color: #EE8BDB;
}
</style>