Shades of Pale Violet Red #E25D9A
Tints of Pale Violet Red #E25D9A
RGB
CMYK
RGB Variations
Color information
#E25D9A (or 0xE25D9A) is known color: Pale Violet Red. HEX triplet: E2, 5D and 9A. RGB value is (226,93,154). Sum of RGB (Red+Green+Blue) = 226+93+154=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 93 (36.72% from 255 or 19.66% from 473); Blue value is 154 (60.55% from 255 or 32.56% from 473); Max value from RGB is 226 - color contains mainly: red. Hex color #E25D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25D9A is #1DA265. Grayscale: #8B8B8B. Windows color (decimal): -1942118 or 10116578. OLE color: 10116578.
HSL color Cylindrical-coordinate representation of color #E25D9A: hue angle of 332.48º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E25D9A is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 93 | 154 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.11 |
| HSL | 332.48º | 0.7% | 0.63% | - |
| HSV(B) | 332.48º | 0.59% | 0.89% | - |
| XYZ | 41.11 | 26.33 | 33.49 | - |
| YUV | 139.72 | 136.06 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 93 | 154 | 0 | 0.59 | 0.32 | 0.11 | 332.48 | 0.7 | 0.63 |
| Hex | E2 | 5D | 9A | 0 | 3B | 20 | B | 14C | 46 | 3F |
| Octal | 342 | 135 | 232 | 0 | 73 | 40 | 13 | 514 | 106 | 77 |
| Binary | 11100010 | 1011101 | 10011010 | 0 | 111011 | 100000 | 1011 | 101001100 | 1000110 | 111111 |
Color Harmonies of #E25D9A
Complementary color
Monochromatic Colors of #E25D9A
Black with #E25D9A
Text Example
Text Example
White with #E25D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25D9A; }
p { color: rgb(226,93,154); }
H1.HeaderClassName
{
color: #E25D9A;
}
.AnyTagClassName
{
color: #E25D9A;
}
</style>
background-color css
<style>
a { background-color: #E25D9A; }
a { background-color: rgb(226,93,154); }
div.DivClassName
{
background-color: #E25D9A;
}
.BgClassName
{
background-color: #E25D9A;
}
</style>
border-color css
<style>
span { border-color: #E25D9A; }
span { border-color: rgb(226,93,154); }
td.TdClassName
{
border-color: #E25D9A;
}
.TagClassName
{
border-color: #E25D9A;
}
</style>