Shades of Orchid #EA76DE
Tints of Orchid #EA76DE
RGB
CMYK
RGB Variations
Color information
#EA76DE (or 0xEA76DE) is known color: Orchid. HEX triplet: EA, 76 and DE. RGB value is (234,118,222). Sum of RGB (Red+Green+Blue) = 234+118+222=574 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.77% from 574); Green value is 118 (46.48% from 255 or 20.56% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 234 - color contains mainly: red. Hex color #EA76DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA76DE is #158921. Grayscale: #A4A4A4. Windows color (decimal): -1411362 or 14579434. OLE color: 14579434.
HSL color Cylindrical-coordinate representation of color #EA76DE: hue angle of 306.21º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EA76DE is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 118 | 222 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.08 |
| HSL | 306.21º | 0.73% | 0.69% | - |
| HSV(B) | 306.21º | 0.5% | 0.92% | - |
| XYZ | 53.59 | 35.72 | 73.18 | - |
| YUV | 164.54 | 160.43 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 118 | 222 | 0 | 0.50 | 0.05 | 0.08 | 306.21 | 0.73 | 0.69 |
| Hex | EA | 76 | DE | 0 | 32 | 5 | 8 | 132 | 49 | 45 |
| Octal | 352 | 166 | 336 | 0 | 62 | 5 | 10 | 462 | 111 | 105 |
| Binary | 11101010 | 1110110 | 11011110 | 0 | 110010 | 101 | 1000 | 100110010 | 1001001 | 1000101 |
Color Harmonies of #EA76DE
Complementary color
Monochromatic Colors of #EA76DE
Black with #EA76DE
Text Example
Text Example
White with #EA76DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA76DE; }
p { color: rgb(234,118,222); }
H1.HeaderClassName
{
color: #EA76DE;
}
.AnyTagClassName
{
color: #EA76DE;
}
</style>
background-color css
<style>
a { background-color: #EA76DE; }
a { background-color: rgb(234,118,222); }
div.DivClassName
{
background-color: #EA76DE;
}
.BgClassName
{
background-color: #EA76DE;
}
</style>
border-color css
<style>
span { border-color: #EA76DE; }
span { border-color: rgb(234,118,222); }
td.TdClassName
{
border-color: #EA76DE;
}
.TagClassName
{
border-color: #EA76DE;
}
</style>