Shades of Orchid #E174C9
Tints of Orchid #E174C9
RGB
CMYK
RGB Variations
Color information
#E174C9 (or 0xE174C9) is known color: Orchid. HEX triplet: E1, 74 and C9. RGB value is (225,116,201). Sum of RGB (Red+Green+Blue) = 225+116+201=542 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.51% from 542); Green value is 116 (45.70% from 255 or 21.40% from 542); Blue value is 201 (78.91% from 255 or 37.08% from 542); Max value from RGB is 225 - color contains mainly: red. Hex color #E174C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E174C9 is #1E8B36. Grayscale: #9E9E9E. Windows color (decimal): -2001719 or 13202657. OLE color: 13202657.
HSL color Cylindrical-coordinate representation of color #E174C9: hue angle of 313.21º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E174C9 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 116 | 201 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.12 |
| HSL | 313.21º | 0.64% | 0.67% | - |
| HSV(B) | 313.21º | 0.48% | 0.88% | - |
| XYZ | 47.84 | 32.72 | 59.05 | - |
| YUV | 158.28 | 152.11 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 116 | 201 | 0 | 0.48 | 0.11 | 0.12 | 313.21 | 0.64 | 0.67 |
| Hex | E1 | 74 | C9 | 0 | 30 | B | C | 139 | 40 | 43 |
| Octal | 341 | 164 | 311 | 0 | 60 | 13 | 14 | 471 | 100 | 103 |
| Binary | 11100001 | 1110100 | 11001001 | 0 | 110000 | 1011 | 1100 | 100111001 | 1000000 | 1000011 |
Color Harmonies of #E174C9
Complementary color
Monochromatic Colors of #E174C9
Black with #E174C9
Text Example
Text Example
White with #E174C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E174C9; }
p { color: rgb(225,116,201); }
H1.HeaderClassName
{
color: #E174C9;
}
.AnyTagClassName
{
color: #E174C9;
}
</style>
background-color css
<style>
a { background-color: #E174C9; }
a { background-color: rgb(225,116,201); }
div.DivClassName
{
background-color: #E174C9;
}
.BgClassName
{
background-color: #E174C9;
}
</style>
border-color css
<style>
span { border-color: #E174C9; }
span { border-color: rgb(225,116,201); }
td.TdClassName
{
border-color: #E174C9;
}
.TagClassName
{
border-color: #E174C9;
}
</style>