Shades of Pale Violet Red #E25C9E
Tints of Pale Violet Red #E25C9E
RGB
CMYK
RGB Variations
Color information
#E25C9E (or 0xE25C9E) is known color: Pale Violet Red. HEX triplet: E2, 5C and 9E. RGB value is (226,92,158). Sum of RGB (Red+Green+Blue) = 226+92+158=476 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.48% from 476); Green value is 92 (36.33% from 255 or 19.33% from 476); Blue value is 158 (62.11% from 255 or 33.19% from 476); Max value from RGB is 226 - color contains mainly: red. Hex color #E25C9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25C9E is #1DA361. Grayscale: #8B8B8B. Windows color (decimal): -1942370 or 10378466. OLE color: 10378466.
HSL color Cylindrical-coordinate representation of color #E25C9E: hue angle of 330.45º 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 #E25C9E is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 92 | 158 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.11 |
| HSL | 330.45º | 0.7% | 0.62% | - |
| HSV(B) | 330.45º | 0.59% | 0.89% | - |
| XYZ | 41.36 | 26.29 | 35.24 | - |
| YUV | 139.59 | 138.39 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 92 | 158 | 0 | 0.59 | 0.30 | 0.11 | 330.45 | 0.7 | 0.62 |
| Hex | E2 | 5C | 9E | 0 | 3B | 1E | B | 14A | 46 | 3E |
| Octal | 342 | 134 | 236 | 0 | 73 | 36 | 13 | 512 | 106 | 76 |
| Binary | 11100010 | 1011100 | 10011110 | 0 | 111011 | 11110 | 1011 | 101001010 | 1000110 | 111110 |
Color Harmonies of #E25C9E
Complementary color
Monochromatic Colors of #E25C9E
Black with #E25C9E
Text Example
Text Example
White with #E25C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25C9E; }
p { color: rgb(226,92,158); }
H1.HeaderClassName
{
color: #E25C9E;
}
.AnyTagClassName
{
color: #E25C9E;
}
</style>
background-color css
<style>
a { background-color: #E25C9E; }
a { background-color: rgb(226,92,158); }
div.DivClassName
{
background-color: #E25C9E;
}
.BgClassName
{
background-color: #E25C9E;
}
</style>
border-color css
<style>
span { border-color: #E25C9E; }
span { border-color: rgb(226,92,158); }
td.TdClassName
{
border-color: #E25C9E;
}
.TagClassName
{
border-color: #E25C9E;
}
</style>