Shades of Pale Violet Red #E25C9F
Tints of Pale Violet Red #E25C9F
RGB
CMYK
RGB Variations
Color information
#E25C9F (or 0xE25C9F) is known color: Pale Violet Red. HEX triplet: E2, 5C and 9F. RGB value is (226,92,159). Sum of RGB (Red+Green+Blue) = 226+92+159=477 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.38% from 477); Green value is 92 (36.33% from 255 or 19.29% from 477); Blue value is 159 (62.5% from 255 or 33.33% from 477); Max value from RGB is 226 - color contains mainly: red. Hex color #E25C9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25C9F is #1DA360. Grayscale: #8B8B8B. Windows color (decimal): -1942369 or 10444002. OLE color: 10444002.
HSL color Cylindrical-coordinate representation of color #E25C9F: hue angle of 330º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E25C9F is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 92 | 159 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.11 |
| HSL | 330º | 0.7% | 0.62% | - |
| HSV(B) | 330º | 0.59% | 0.89% | - |
| XYZ | 41.45 | 26.33 | 35.7 | - |
| YUV | 139.7 | 138.89 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 92 | 159 | 0 | 0.59 | 0.30 | 0.11 | 330 | 0.7 | 0.62 |
| Hex | E2 | 5C | 9F | 0 | 3B | 1E | B | 14A | 46 | 3E |
| Octal | 342 | 134 | 237 | 0 | 73 | 36 | 13 | 512 | 106 | 76 |
| Binary | 11100010 | 1011100 | 10011111 | 0 | 111011 | 11110 | 1011 | 101001010 | 1000110 | 111110 |
Color Harmonies of #E25C9F
Complementary color
Monochromatic Colors of #E25C9F
Black with #E25C9F
Text Example
Text Example
White with #E25C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25C9F; }
p { color: rgb(226,92,159); }
H1.HeaderClassName
{
color: #E25C9F;
}
.AnyTagClassName
{
color: #E25C9F;
}
</style>
background-color css
<style>
a { background-color: #E25C9F; }
a { background-color: rgb(226,92,159); }
div.DivClassName
{
background-color: #E25C9F;
}
.BgClassName
{
background-color: #E25C9F;
}
</style>
border-color css
<style>
span { border-color: #E25C9F; }
span { border-color: rgb(226,92,159); }
td.TdClassName
{
border-color: #E25C9F;
}
.TagClassName
{
border-color: #E25C9F;
}
</style>