Shades of Orchid #EA74D1
Tints of Orchid #EA74D1
RGB
CMYK
RGB Variations
Color information
#EA74D1 (or 0xEA74D1) is known color: Orchid. HEX triplet: EA, 74 and D1. RGB value is (234,116,209). Sum of RGB (Red+Green+Blue) = 234+116+209=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 116 (45.70% from 255 or 20.75% from 559); Blue value is 209 (82.03% from 255 or 37.39% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EA74D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA74D1 is #158B2E. Grayscale: #A1A1A1. Windows color (decimal): -1411887 or 13726954. OLE color: 13726954.
HSL color Cylindrical-coordinate representation of color #EA74D1: hue angle of 312.71º degrees, saturation: 0.74, 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 #EA74D1 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 116 | 209 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.08 |
| HSL | 312.71º | 0.74% | 0.69% | - |
| HSV(B) | 312.71º | 0.5% | 0.92% | - |
| XYZ | 51.69 | 34.59 | 64.27 | - |
| YUV | 161.88 | 154.59 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 116 | 209 | 0 | 0.50 | 0.11 | 0.08 | 312.71 | 0.74 | 0.69 |
| Hex | EA | 74 | D1 | 0 | 32 | B | 8 | 139 | 4A | 45 |
| Octal | 352 | 164 | 321 | 0 | 62 | 13 | 10 | 471 | 112 | 105 |
| Binary | 11101010 | 1110100 | 11010001 | 0 | 110010 | 1011 | 1000 | 100111001 | 1001010 | 1000101 |
Color Harmonies of #EA74D1
Complementary color
Monochromatic Colors of #EA74D1
Black with #EA74D1
Text Example
Text Example
White with #EA74D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA74D1; }
p { color: rgb(234,116,209); }
H1.HeaderClassName
{
color: #EA74D1;
}
.AnyTagClassName
{
color: #EA74D1;
}
</style>
background-color css
<style>
a { background-color: #EA74D1; }
a { background-color: rgb(234,116,209); }
div.DivClassName
{
background-color: #EA74D1;
}
.BgClassName
{
background-color: #EA74D1;
}
</style>
border-color css
<style>
span { border-color: #EA74D1; }
span { border-color: rgb(234,116,209); }
td.TdClassName
{
border-color: #EA74D1;
}
.TagClassName
{
border-color: #EA74D1;
}
</style>