Shades of Pale Magenta #EE92DB
Tints of Pale Magenta #EE92DB
RGB
CMYK
RGB Variations
Color information
#EE92DB (or 0xEE92DB) is known color: Pale Magenta. HEX triplet: EE, 92 and DB. RGB value is (238,146,219). Sum of RGB (Red+Green+Blue) = 238+146+219=603 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.47% from 603); Green value is 146 (57.42% from 255 or 24.21% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 238 - color contains mainly: red. Hex color #EE92DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE92DB is #116D24. Grayscale: #B5B5B5. Windows color (decimal): -1142053 or 14389998. OLE color: 14389998.
HSL color Cylindrical-coordinate representation of color #EE92DB: hue angle of 312.39º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EE92DB is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 146 | 219 | - |
CMYK | 0 | 0.39 | 0.08 | 0.07 |
HSL | 312.39º | 0.73% | 0.75% | - |
HSV(B) | 312.39º | 0.39% | 0.93% | - |
XYZ | 58.32 | 43.85 | 72.41 | - |
YUV | 181.83 | 148.98 | 168.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 146 | 219 | 0 | 0.39 | 0.08 | 0.07 | 312.39 | 0.73 | 0.75 |
Hex | EE | 92 | DB | 0 | 27 | 8 | 7 | 138 | 49 | 4B |
Octal | 356 | 222 | 333 | 0 | 47 | 10 | 7 | 470 | 111 | 113 |
Binary | 11101110 | 10010010 | 11011011 | 0 | 100111 | 1000 | 111 | 100111000 | 1001001 | 1001011 |
Color Harmonies of #EE92DB
Complementary color
Monochromatic Colors of #EE92DB
Black with #EE92DB
Text Example
Text Example
White with #EE92DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE92DB; }
p { color: rgb(238,146,219); }
H1.HeaderClassName
{
color: #EE92DB;
}
.AnyTagClassName
{
color: #EE92DB;
}
</style>
background-color css
<style>
a { background-color: #EE92DB; }
a { background-color: rgb(238,146,219); }
div.DivClassName
{
background-color: #EE92DB;
}
.BgClassName
{
background-color: #EE92DB;
}
</style>
border-color css
<style>
span { border-color: #EE92DB; }
span { border-color: rgb(238,146,219); }
td.TdClassName
{
border-color: #EE92DB;
}
.TagClassName
{
border-color: #EE92DB;
}
</style>