Shades of Orchid #E574DA
Tints of Orchid #E574DA
RGB
CMYK
RGB Variations
Color information
#E574DA (or 0xE574DA) is known color: Orchid. HEX triplet: E5, 74 and DA. RGB value is (229,116,218). Sum of RGB (Red+Green+Blue) = 229+116+218=563 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.67% from 563); Green value is 116 (45.70% from 255 or 20.60% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 229 - color contains mainly: red. Hex color #E574DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E574DA is #1A8B25. Grayscale: #A1A1A1. Windows color (decimal): -1739558 or 14316773. OLE color: 14316773.
HSL color Cylindrical-coordinate representation of color #E574DA: hue angle of 305.84º 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 #E574DA is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 116 | 218 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.10 |
| HSL | 305.84º | 0.68% | 0.68% | - |
| HSV(B) | 305.84º | 0.49% | 0.9% | - |
| XYZ | 51.21 | 34.21 | 70.23 | - |
| YUV | 161.42 | 159.94 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 116 | 218 | 0 | 0.49 | 0.05 | 0.10 | 305.84 | 0.68 | 0.68 |
| Hex | E5 | 74 | DA | 0 | 31 | 5 | A | 132 | 44 | 44 |
| Octal | 345 | 164 | 332 | 0 | 61 | 5 | 12 | 462 | 104 | 104 |
| Binary | 11100101 | 1110100 | 11011010 | 0 | 110001 | 101 | 1010 | 100110010 | 1000100 | 1000100 |
Color Harmonies of #E574DA
Complementary color
Monochromatic Colors of #E574DA
Black with #E574DA
Text Example
Text Example
White with #E574DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E574DA; }
p { color: rgb(229,116,218); }
H1.HeaderClassName
{
color: #E574DA;
}
.AnyTagClassName
{
color: #E574DA;
}
</style>
background-color css
<style>
a { background-color: #E574DA; }
a { background-color: rgb(229,116,218); }
div.DivClassName
{
background-color: #E574DA;
}
.BgClassName
{
background-color: #E574DA;
}
</style>
border-color css
<style>
span { border-color: #E574DA; }
span { border-color: rgb(229,116,218); }
td.TdClassName
{
border-color: #E574DA;
}
.TagClassName
{
border-color: #E574DA;
}
</style>