Shades of Plum #EA97E3
Tints of Plum #EA97E3
RGB
CMYK
RGB Variations
Color information
#EA97E3 (or 0xEA97E3) is known color: Plum. HEX triplet: EA, 97 and E3. RGB value is (234,151,227). Sum of RGB (Red+Green+Blue) = 234+151+227=612 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.24% from 612); Green value is 151 (59.38% from 255 or 24.67% from 612); Blue value is 227 (89.06% from 255 or 37.09% from 612); Max value from RGB is 234 - color contains mainly: red. Hex color #EA97E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA97E3 is #15681C. Grayscale: #B8B8B8. Windows color (decimal): -1402909 or 14915562. OLE color: 14915562.
HSL color Cylindrical-coordinate representation of color #EA97E3: hue angle of 305.06º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EA97E3 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 151 | 227 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.08 |
| HSL | 305.06º | 0.66% | 0.75% | - |
| HSV(B) | 305.06º | 0.35% | 0.92% | - |
| XYZ | 58.86 | 45.17 | 78.29 | - |
| YUV | 184.48 | 152 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 151 | 227 | 0 | 0.35 | 0.03 | 0.08 | 305.06 | 0.66 | 0.75 |
| Hex | EA | 97 | E3 | 0 | 23 | 3 | 8 | 131 | 42 | 4B |
| Octal | 352 | 227 | 343 | 0 | 43 | 3 | 10 | 461 | 102 | 113 |
| Binary | 11101010 | 10010111 | 11100011 | 0 | 100011 | 11 | 1000 | 100110001 | 1000010 | 1001011 |
Color Harmonies of #EA97E3
Complementary color
Monochromatic Colors of #EA97E3
Black with #EA97E3
Text Example
Text Example
White with #EA97E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA97E3; }
p { color: rgb(234,151,227); }
H1.HeaderClassName
{
color: #EA97E3;
}
.AnyTagClassName
{
color: #EA97E3;
}
</style>
background-color css
<style>
a { background-color: #EA97E3; }
a { background-color: rgb(234,151,227); }
div.DivClassName
{
background-color: #EA97E3;
}
.BgClassName
{
background-color: #EA97E3;
}
</style>
border-color css
<style>
span { border-color: #EA97E3; }
span { border-color: rgb(234,151,227); }
td.TdClassName
{
border-color: #EA97E3;
}
.TagClassName
{
border-color: #EA97E3;
}
</style>