Shades of Orchid #EA76D4
Tints of Orchid #EA76D4
RGB
CMYK
RGB Variations
Color information
#EA76D4 (or 0xEA76D4) is known color: Orchid. HEX triplet: EA, 76 and D4. RGB value is (234,118,212). Sum of RGB (Red+Green+Blue) = 234+118+212=564 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.49% from 564); Green value is 118 (46.48% from 255 or 20.92% from 564); Blue value is 212 (83.20% from 255 or 37.59% from 564); Max value from RGB is 234 - color contains mainly: red. Hex color #EA76D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA76D4 is #15892B. Grayscale: #A3A3A3. Windows color (decimal): -1411372 or 13924074. OLE color: 13924074.
HSL color Cylindrical-coordinate representation of color #EA76D4: hue angle of 311.38º 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 #EA76D4 is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 118 | 212 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.08 |
| HSL | 311.38º | 0.73% | 0.69% | - |
| HSV(B) | 311.38º | 0.5% | 0.92% | - |
| XYZ | 52.29 | 35.2 | 66.33 | - |
| YUV | 163.4 | 155.43 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 118 | 212 | 0 | 0.50 | 0.09 | 0.08 | 311.38 | 0.73 | 0.69 |
| Hex | EA | 76 | D4 | 0 | 32 | 9 | 8 | 137 | 49 | 45 |
| Octal | 352 | 166 | 324 | 0 | 62 | 11 | 10 | 467 | 111 | 105 |
| Binary | 11101010 | 1110110 | 11010100 | 0 | 110010 | 1001 | 1000 | 100110111 | 1001001 | 1000101 |
Color Harmonies of #EA76D4
Complementary color
Monochromatic Colors of #EA76D4
Black with #EA76D4
Text Example
Text Example
White with #EA76D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA76D4; }
p { color: rgb(234,118,212); }
H1.HeaderClassName
{
color: #EA76D4;
}
.AnyTagClassName
{
color: #EA76D4;
}
</style>
background-color css
<style>
a { background-color: #EA76D4; }
a { background-color: rgb(234,118,212); }
div.DivClassName
{
background-color: #EA76D4;
}
.BgClassName
{
background-color: #EA76D4;
}
</style>
border-color css
<style>
span { border-color: #EA76D4; }
span { border-color: rgb(234,118,212); }
td.TdClassName
{
border-color: #EA76D4;
}
.TagClassName
{
border-color: #EA76D4;
}
</style>