Shades of Plum #EA97DE
Tints of Plum #EA97DE
RGB
CMYK
RGB Variations
Color information
#EA97DE (or 0xEA97DE) is known color: Plum. HEX triplet: EA, 97 and DE. RGB value is (234,151,222). Sum of RGB (Red+Green+Blue) = 234+151+222=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 151 (59.38% from 255 or 24.88% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 234 - color contains mainly: red. Hex color #EA97DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA97DE is #156821. Grayscale: #B7B7B7. Windows color (decimal): -1402914 or 14587882. OLE color: 14587882.
HSL color Cylindrical-coordinate representation of color #EA97DE: hue angle of 308.67º 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 #EA97DE is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 151 | 222 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.08 |
| HSL | 308.67º | 0.66% | 0.75% | - |
| HSV(B) | 308.67º | 0.35% | 0.92% | - |
| XYZ | 58.18 | 44.9 | 74.71 | - |
| YUV | 183.91 | 149.5 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 151 | 222 | 0 | 0.35 | 0.05 | 0.08 | 308.67 | 0.66 | 0.75 |
| Hex | EA | 97 | DE | 0 | 23 | 5 | 8 | 135 | 42 | 4B |
| Octal | 352 | 227 | 336 | 0 | 43 | 5 | 10 | 465 | 102 | 113 |
| Binary | 11101010 | 10010111 | 11011110 | 0 | 100011 | 101 | 1000 | 100110101 | 1000010 | 1001011 |
Color Harmonies of #EA97DE
Complementary color
Monochromatic Colors of #EA97DE
Black with #EA97DE
Text Example
Text Example
White with #EA97DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA97DE; }
p { color: rgb(234,151,222); }
H1.HeaderClassName
{
color: #EA97DE;
}
.AnyTagClassName
{
color: #EA97DE;
}
</style>
background-color css
<style>
a { background-color: #EA97DE; }
a { background-color: rgb(234,151,222); }
div.DivClassName
{
background-color: #EA97DE;
}
.BgClassName
{
background-color: #EA97DE;
}
</style>
border-color css
<style>
span { border-color: #EA97DE; }
span { border-color: rgb(234,151,222); }
td.TdClassName
{
border-color: #EA97DE;
}
.TagClassName
{
border-color: #EA97DE;
}
</style>