Shades of Orchid #E174C6
Tints of Orchid #E174C6
RGB
CMYK
RGB Variations
Color information
#E174C6 (or 0xE174C6) is known color: Orchid. HEX triplet: E1, 74 and C6. RGB value is (225,116,198). Sum of RGB (Red+Green+Blue) = 225+116+198=539 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.74% from 539); Green value is 116 (45.70% from 255 or 21.52% from 539); Blue value is 198 (77.73% from 255 or 36.73% from 539); Max value from RGB is 225 - color contains mainly: red. Hex color #E174C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E174C6 is #1E8B39. Grayscale: #9D9D9D. Windows color (decimal): -2001722 or 13006049. OLE color: 13006049.
HSL color Cylindrical-coordinate representation of color #E174C6: hue angle of 314.86º 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 #E174C6 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 116 | 198 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.12 |
| HSL | 314.86º | 0.64% | 0.67% | - |
| HSV(B) | 314.86º | 0.48% | 0.88% | - |
| XYZ | 47.49 | 32.58 | 57.21 | - |
| YUV | 157.94 | 150.61 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 116 | 198 | 0 | 0.48 | 0.12 | 0.12 | 314.86 | 0.64 | 0.67 |
| Hex | E1 | 74 | C6 | 0 | 30 | C | C | 13B | 40 | 43 |
| Octal | 341 | 164 | 306 | 0 | 60 | 14 | 14 | 473 | 100 | 103 |
| Binary | 11100001 | 1110100 | 11000110 | 0 | 110000 | 1100 | 1100 | 100111011 | 1000000 | 1000011 |
Color Harmonies of #E174C6
Complementary color
Monochromatic Colors of #E174C6
Black with #E174C6
Text Example
Text Example
White with #E174C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E174C6; }
p { color: rgb(225,116,198); }
H1.HeaderClassName
{
color: #E174C6;
}
.AnyTagClassName
{
color: #E174C6;
}
</style>
background-color css
<style>
a { background-color: #E174C6; }
a { background-color: rgb(225,116,198); }
div.DivClassName
{
background-color: #E174C6;
}
.BgClassName
{
background-color: #E174C6;
}
</style>
border-color css
<style>
span { border-color: #E174C6; }
span { border-color: rgb(225,116,198); }
td.TdClassName
{
border-color: #E174C6;
}
.TagClassName
{
border-color: #E174C6;
}
</style>