Shades of Orchid #E971DA
Tints of Orchid #E971DA
RGB
CMYK
RGB Variations
Color information
#E971DA (or 0xE971DA) is known color: Orchid. HEX triplet: E9, 71 and DA. RGB value is (233,113,218). Sum of RGB (Red+Green+Blue) = 233+113+218=564 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.31% from 564); Green value is 113 (44.53% from 255 or 20.04% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 233 - color contains mainly: red. Hex color #E971DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E971DA is #168E25. Grayscale: #A0A0A0. Windows color (decimal): -1478182 or 14316009. OLE color: 14316009.
HSL color Cylindrical-coordinate representation of color #E971DA: hue angle of 307.5º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E971DA is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 113 | 218 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.09 |
| HSL | 307.5º | 0.73% | 0.68% | - |
| HSV(B) | 307.5º | 0.52% | 0.91% | - |
| XYZ | 52.16 | 34.2 | 70.18 | - |
| YUV | 160.85 | 160.26 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 113 | 218 | 0 | 0.52 | 0.06 | 0.09 | 307.5 | 0.73 | 0.68 |
| Hex | E9 | 71 | DA | 0 | 34 | 6 | 9 | 134 | 49 | 44 |
| Octal | 351 | 161 | 332 | 0 | 64 | 6 | 11 | 464 | 111 | 104 |
| Binary | 11101001 | 1110001 | 11011010 | 0 | 110100 | 110 | 1001 | 100110100 | 1001001 | 1000100 |
Color Harmonies of #E971DA
Complementary color
Monochromatic Colors of #E971DA
Black with #E971DA
Text Example
Text Example
White with #E971DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E971DA; }
p { color: rgb(233,113,218); }
H1.HeaderClassName
{
color: #E971DA;
}
.AnyTagClassName
{
color: #E971DA;
}
</style>
background-color css
<style>
a { background-color: #E971DA; }
a { background-color: rgb(233,113,218); }
div.DivClassName
{
background-color: #E971DA;
}
.BgClassName
{
background-color: #E971DA;
}
</style>
border-color css
<style>
span { border-color: #E971DA; }
span { border-color: rgb(233,113,218); }
td.TdClassName
{
border-color: #E971DA;
}
.TagClassName
{
border-color: #E971DA;
}
</style>