Shades of Orchid #E772DA
Tints of Orchid #E772DA
RGB
CMYK
RGB Variations
Color information
#E772DA (or 0xE772DA) is known color: Orchid. HEX triplet: E7, 72 and DA. RGB value is (231,114,218). Sum of RGB (Red+Green+Blue) = 231+114+218=563 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.03% from 563); Green value is 114 (44.92% from 255 or 20.25% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 231 - color contains mainly: red. Hex color #E772DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E772DA is #188D25. Grayscale: #A0A0A0. Windows color (decimal): -1608998 or 14316263. OLE color: 14316263.
HSL color Cylindrical-coordinate representation of color #E772DA: hue angle of 306.67º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E772DA is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 114 | 218 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.09 |
| HSL | 306.67º | 0.71% | 0.68% | - |
| HSV(B) | 306.67º | 0.51% | 0.91% | - |
| XYZ | 51.63 | 34.09 | 70.19 | - |
| YUV | 160.84 | 160.26 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 114 | 218 | 0 | 0.51 | 0.06 | 0.09 | 306.67 | 0.71 | 0.68 |
| Hex | E7 | 72 | DA | 0 | 33 | 6 | 9 | 133 | 47 | 44 |
| Octal | 347 | 162 | 332 | 0 | 63 | 6 | 11 | 463 | 107 | 104 |
| Binary | 11100111 | 1110010 | 11011010 | 0 | 110011 | 110 | 1001 | 100110011 | 1000111 | 1000100 |
Color Harmonies of #E772DA
Complementary color
Monochromatic Colors of #E772DA
Black with #E772DA
Text Example
Text Example
White with #E772DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E772DA; }
p { color: rgb(231,114,218); }
H1.HeaderClassName
{
color: #E772DA;
}
.AnyTagClassName
{
color: #E772DA;
}
</style>
background-color css
<style>
a { background-color: #E772DA; }
a { background-color: rgb(231,114,218); }
div.DivClassName
{
background-color: #E772DA;
}
.BgClassName
{
background-color: #E772DA;
}
</style>
border-color css
<style>
span { border-color: #E772DA; }
span { border-color: rgb(231,114,218); }
td.TdClassName
{
border-color: #E772DA;
}
.TagClassName
{
border-color: #E772DA;
}
</style>