Shades of Orchid #E174DB
Tints of Orchid #E174DB
RGB
CMYK
RGB Variations
Color information
#E174DB (or 0xE174DB) is known color: Orchid. HEX triplet: E1, 74 and DB. RGB value is (225,116,219). Sum of RGB (Red+Green+Blue) = 225+116+219=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 116 (45.70% from 255 or 20.71% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 225 - color contains mainly: red. Hex color #E174DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E174DB is #1E8B24. Grayscale: #A0A0A0. Windows color (decimal): -2001701 or 14382305. OLE color: 14382305.
HSL color Cylindrical-coordinate representation of color #E174DB: hue angle of 303.3º 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 #E174DB is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 116 | 219 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.12 |
| HSL | 303.3º | 0.64% | 0.67% | - |
| HSV(B) | 303.3º | 0.48% | 0.88% | - |
| XYZ | 50.08 | 33.61 | 70.87 | - |
| YUV | 160.33 | 161.11 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 116 | 219 | 0 | 0.48 | 0.03 | 0.12 | 303.3 | 0.64 | 0.67 |
| Hex | E1 | 74 | DB | 0 | 30 | 3 | C | 12F | 40 | 43 |
| Octal | 341 | 164 | 333 | 0 | 60 | 3 | 14 | 457 | 100 | 103 |
| Binary | 11100001 | 1110100 | 11011011 | 0 | 110000 | 11 | 1100 | 100101111 | 1000000 | 1000011 |
Color Harmonies of #E174DB
Complementary color
Monochromatic Colors of #E174DB
Black with #E174DB
Text Example
Text Example
White with #E174DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E174DB; }
p { color: rgb(225,116,219); }
H1.HeaderClassName
{
color: #E174DB;
}
.AnyTagClassName
{
color: #E174DB;
}
</style>
background-color css
<style>
a { background-color: #E174DB; }
a { background-color: rgb(225,116,219); }
div.DivClassName
{
background-color: #E174DB;
}
.BgClassName
{
background-color: #E174DB;
}
</style>
border-color css
<style>
span { border-color: #E174DB; }
span { border-color: rgb(225,116,219); }
td.TdClassName
{
border-color: #E174DB;
}
.TagClassName
{
border-color: #E174DB;
}
</style>