Shades of Orchid #E174E5
Tints of Orchid #E174E5
RGB
CMYK
RGB Variations
Color information
#E174E5 (or 0xE174E5) is known color: Orchid. HEX triplet: E1, 74 and E5. RGB value is (225,116,229). Sum of RGB (Red+Green+Blue) = 225+116+229=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 116 (45.70% from 255 or 20.35% from 570); Blue value is 229 (89.84% from 255 or 40.18% from 570); Max value from RGB is 229 - color contains mainly: blue. Hex color #E174E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E174E5 is #1E8B1A. Grayscale: #A1A1A1. Windows color (decimal): -2001691 or 15037665. OLE color: 15037665.
HSL color Cylindrical-coordinate representation of color #E174E5: hue angle of 297.88º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E174E5 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 116 | 229 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.10 |
| HSL | 297.88º | 0.68% | 0.68% | - |
| HSV(B) | 297.88º | 0.49% | 0.9% | - |
| XYZ | 51.44 | 34.16 | 78.01 | - |
| YUV | 161.47 | 166.11 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 116 | 229 | 0.02 | 0.49 | 0 | 0.10 | 297.88 | 0.68 | 0.68 |
| Hex | E1 | 74 | E5 | 2 | 31 | 0 | A | 12A | 44 | 44 |
| Octal | 341 | 164 | 345 | 2 | 61 | 0 | 12 | 452 | 104 | 104 |
| Binary | 11100001 | 1110100 | 11100101 | 10 | 110001 | 0 | 1010 | 100101010 | 1000100 | 1000100 |
Color Harmonies of #E174E5
Complementary color
Monochromatic Colors of #E174E5
Black with #E174E5
Text Example
Text Example
White with #E174E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E174E5; }
p { color: rgb(225,116,229); }
H1.HeaderClassName
{
color: #E174E5;
}
.AnyTagClassName
{
color: #E174E5;
}
</style>
background-color css
<style>
a { background-color: #E174E5; }
a { background-color: rgb(225,116,229); }
div.DivClassName
{
background-color: #E174E5;
}
.BgClassName
{
background-color: #E174E5;
}
</style>
border-color css
<style>
span { border-color: #E174E5; }
span { border-color: rgb(225,116,229); }
td.TdClassName
{
border-color: #E174E5;
}
.TagClassName
{
border-color: #E174E5;
}
</style>