Shades of Pale Violet Red #E25D98
Tints of Pale Violet Red #E25D98
RGB
CMYK
RGB Variations
Color information
#E25D98 (or 0xE25D98) is known color: Pale Violet Red. HEX triplet: E2, 5D and 98. RGB value is (226,93,152). Sum of RGB (Red+Green+Blue) = 226+93+152=471 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.98% from 471); Green value is 93 (36.72% from 255 or 19.75% from 471); Blue value is 152 (59.77% from 255 or 32.27% from 471); Max value from RGB is 226 - color contains mainly: red. Hex color #E25D98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25D98 is #1DA267. Grayscale: #8B8B8B. Windows color (decimal): -1942120 or 9985506. OLE color: 9985506.
HSL color Cylindrical-coordinate representation of color #E25D98: hue angle of 333.38º 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 #E25D98 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 93 | 152 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.11 |
| HSL | 333.38º | 0.7% | 0.63% | - |
| HSV(B) | 333.38º | 0.59% | 0.89% | - |
| XYZ | 40.95 | 26.26 | 32.62 | - |
| YUV | 139.49 | 135.06 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 93 | 152 | 0 | 0.59 | 0.33 | 0.11 | 333.38 | 0.7 | 0.63 |
| Hex | E2 | 5D | 98 | 0 | 3B | 21 | B | 14D | 46 | 3F |
| Octal | 342 | 135 | 230 | 0 | 73 | 41 | 13 | 515 | 106 | 77 |
| Binary | 11100010 | 1011101 | 10011000 | 0 | 111011 | 100001 | 1011 | 101001101 | 1000110 | 111111 |
Color Harmonies of #E25D98
Complementary color
Monochromatic Colors of #E25D98
Black with #E25D98
Text Example
Text Example
White with #E25D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25D98; }
p { color: rgb(226,93,152); }
H1.HeaderClassName
{
color: #E25D98;
}
.AnyTagClassName
{
color: #E25D98;
}
</style>
background-color css
<style>
a { background-color: #E25D98; }
a { background-color: rgb(226,93,152); }
div.DivClassName
{
background-color: #E25D98;
}
.BgClassName
{
background-color: #E25D98;
}
</style>
border-color css
<style>
span { border-color: #E25D98; }
span { border-color: rgb(226,93,152); }
td.TdClassName
{
border-color: #E25D98;
}
.TagClassName
{
border-color: #E25D98;
}
</style>