Shades of Plum #EA95E0
Tints of Plum #EA95E0
RGB
CMYK
RGB Variations
Color information
#EA95E0 (or 0xEA95E0) is known color: Plum. HEX triplet: EA, 95 and E0. RGB value is (234,149,224). Sum of RGB (Red+Green+Blue) = 234+149+224=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 149 (58.59% from 255 or 24.55% from 607); Blue value is 224 (87.89% from 255 or 36.90% from 607); Max value from RGB is 234 - color contains mainly: red. Hex color #EA95E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA95E0 is #156A1F. Grayscale: #B6B6B6. Windows color (decimal): -1403424 or 14718442. OLE color: 14718442.
HSL color Cylindrical-coordinate representation of color #EA95E0: hue angle of 307.06º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EA95E0 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 149 | 224 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.08 |
| HSL | 307.06º | 0.67% | 0.75% | - |
| HSV(B) | 307.06º | 0.36% | 0.92% | - |
| XYZ | 58.13 | 44.37 | 76.02 | - |
| YUV | 182.97 | 151.16 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 149 | 224 | 0 | 0.36 | 0.04 | 0.08 | 307.06 | 0.67 | 0.75 |
| Hex | EA | 95 | E0 | 0 | 24 | 4 | 8 | 133 | 43 | 4B |
| Octal | 352 | 225 | 340 | 0 | 44 | 4 | 10 | 463 | 103 | 113 |
| Binary | 11101010 | 10010101 | 11100000 | 0 | 100100 | 100 | 1000 | 100110011 | 1000011 | 1001011 |
Color Harmonies of #EA95E0
Complementary color
Monochromatic Colors of #EA95E0
Black with #EA95E0
Text Example
Text Example
White with #EA95E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA95E0; }
p { color: rgb(234,149,224); }
H1.HeaderClassName
{
color: #EA95E0;
}
.AnyTagClassName
{
color: #EA95E0;
}
</style>
background-color css
<style>
a { background-color: #EA95E0; }
a { background-color: rgb(234,149,224); }
div.DivClassName
{
background-color: #EA95E0;
}
.BgClassName
{
background-color: #EA95E0;
}
</style>
border-color css
<style>
span { border-color: #EA95E0; }
span { border-color: rgb(234,149,224); }
td.TdClassName
{
border-color: #EA95E0;
}
.TagClassName
{
border-color: #EA95E0;
}
</style>