Shades of Orchid #E172E5
Tints of Orchid #E172E5
RGB
CMYK
RGB Variations
Color information
#E172E5 (or 0xE172E5) is known color: Orchid. HEX triplet: E1, 72 and E5. RGB value is (225,114,229). Sum of RGB (Red+Green+Blue) = 225+114+229=568 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.61% from 568); Green value is 114 (44.92% from 255 or 20.07% from 568); Blue value is 229 (89.84% from 255 or 40.32% from 568); Max value from RGB is 229 - color contains mainly: blue. Hex color #E172E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E172E5 is #1E8D1A. Grayscale: #9F9F9F. Windows color (decimal): -2002203 or 15037153. OLE color: 15037153.
HSL color Cylindrical-coordinate representation of color #E172E5: hue angle of 297.91º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E172E5 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 114 | 229 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.10 |
| HSL | 297.91º | 0.69% | 0.67% | - |
| HSV(B) | 297.91º | 0.5% | 0.9% | - |
| XYZ | 51.21 | 33.7 | 77.93 | - |
| YUV | 160.3 | 166.77 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 114 | 229 | 0.02 | 0.50 | 0 | 0.10 | 297.91 | 0.69 | 0.67 |
| Hex | E1 | 72 | E5 | 2 | 32 | 0 | A | 12A | 45 | 43 |
| Octal | 341 | 162 | 345 | 2 | 62 | 0 | 12 | 452 | 105 | 103 |
| Binary | 11100001 | 1110010 | 11100101 | 10 | 110010 | 0 | 1010 | 100101010 | 1000101 | 1000011 |
Color Harmonies of #E172E5
Complementary color
Monochromatic Colors of #E172E5
Black with #E172E5
Text Example
Text Example
White with #E172E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E172E5; }
p { color: rgb(225,114,229); }
H1.HeaderClassName
{
color: #E172E5;
}
.AnyTagClassName
{
color: #E172E5;
}
</style>
background-color css
<style>
a { background-color: #E172E5; }
a { background-color: rgb(225,114,229); }
div.DivClassName
{
background-color: #E172E5;
}
.BgClassName
{
background-color: #E172E5;
}
</style>
border-color css
<style>
span { border-color: #E172E5; }
span { border-color: rgb(225,114,229); }
td.TdClassName
{
border-color: #E172E5;
}
.TagClassName
{
border-color: #E172E5;
}
</style>