Shades of Plum #EE9AEA
Tints of Plum #EE9AEA
RGB
CMYK
RGB Variations
Color information
#EE9AEA (or 0xEE9AEA) is known color: Plum. HEX triplet: EE, 9A and EA. RGB value is (238,154,234). Sum of RGB (Red+Green+Blue) = 238+154+234=626 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.02% from 626); Green value is 154 (60.55% from 255 or 24.60% from 626); Blue value is 234 (91.80% from 255 or 37.38% from 626); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9AEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9AEA is #116515. Grayscale: #BCBCBC. Windows color (decimal): -1139990 or 15375086. OLE color: 15375086.
HSL color Cylindrical-coordinate representation of color #EE9AEA: hue angle of 302.86º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EE9AEA is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 154 | 234 | - |
CMYK | 0 | 0.35 | 0.02 | 0.07 |
HSL | 302.86º | 0.71% | 0.77% | - |
HSV(B) | 302.86º | 0.35% | 0.93% | - |
XYZ | 61.67 | 47.23 | 83.71 | - |
YUV | 188.24 | 153.83 | 163.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 154 | 234 | 0 | 0.35 | 0.02 | 0.07 | 302.86 | 0.71 | 0.77 |
Hex | EE | 9A | EA | 0 | 23 | 2 | 7 | 12F | 47 | 4D |
Octal | 356 | 232 | 352 | 0 | 43 | 2 | 7 | 457 | 107 | 115 |
Binary | 11101110 | 10011010 | 11101010 | 0 | 100011 | 10 | 111 | 100101111 | 1000111 | 1001101 |
Color Harmonies of #EE9AEA
Complementary color
Monochromatic Colors of #EE9AEA
Black with #EE9AEA
Text Example
Text Example
White with #EE9AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9AEA; }
p { color: rgb(238,154,234); }
H1.HeaderClassName
{
color: #EE9AEA;
}
.AnyTagClassName
{
color: #EE9AEA;
}
</style>
background-color css
<style>
a { background-color: #EE9AEA; }
a { background-color: rgb(238,154,234); }
div.DivClassName
{
background-color: #EE9AEA;
}
.BgClassName
{
background-color: #EE9AEA;
}
</style>
border-color css
<style>
span { border-color: #EE9AEA; }
span { border-color: rgb(238,154,234); }
td.TdClassName
{
border-color: #EE9AEA;
}
.TagClassName
{
border-color: #EE9AEA;
}
</style>