Shades of Orchid #E574DB
Tints of Orchid #E574DB
RGB
CMYK
RGB Variations
Color information
#E574DB (or 0xE574DB) is known color: Orchid. HEX triplet: E5, 74 and DB. RGB value is (229,116,219). Sum of RGB (Red+Green+Blue) = 229+116+219=564 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.60% from 564); Green value is 116 (45.70% from 255 or 20.57% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 229 - color contains mainly: red. Hex color #E574DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E574DB is #1A8B24. Grayscale: #A1A1A1. Windows color (decimal): -1739557 or 14382309. OLE color: 14382309.
HSL color Cylindrical-coordinate representation of color #E574DB: hue angle of 305.31º 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 #E574DB is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 116 | 219 | - |
| CMYK | 0 | 0.49 | 0.04 | 0.10 |
| HSL | 305.31º | 0.68% | 0.68% | - |
| HSV(B) | 305.31º | 0.49% | 0.9% | - |
| XYZ | 51.34 | 34.26 | 70.93 | - |
| YUV | 161.53 | 160.44 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 116 | 219 | 0 | 0.49 | 0.04 | 0.10 | 305.31 | 0.68 | 0.68 |
| Hex | E5 | 74 | DB | 0 | 31 | 4 | A | 131 | 44 | 44 |
| Octal | 345 | 164 | 333 | 0 | 61 | 4 | 12 | 461 | 104 | 104 |
| Binary | 11100101 | 1110100 | 11011011 | 0 | 110001 | 100 | 1010 | 100110001 | 1000100 | 1000100 |
Color Harmonies of #E574DB
Complementary color
Monochromatic Colors of #E574DB
Black with #E574DB
Text Example
Text Example
White with #E574DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E574DB; }
p { color: rgb(229,116,219); }
H1.HeaderClassName
{
color: #E574DB;
}
.AnyTagClassName
{
color: #E574DB;
}
</style>
background-color css
<style>
a { background-color: #E574DB; }
a { background-color: rgb(229,116,219); }
div.DivClassName
{
background-color: #E574DB;
}
.BgClassName
{
background-color: #E574DB;
}
</style>
border-color css
<style>
span { border-color: #E574DB; }
span { border-color: rgb(229,116,219); }
td.TdClassName
{
border-color: #E574DB;
}
.TagClassName
{
border-color: #E574DB;
}
</style>