Shades of Orchid #EA74DC
Tints of Orchid #EA74DC
RGB
CMYK
RGB Variations
Color information
#EA74DC (or 0xEA74DC) is known color: Orchid. HEX triplet: EA, 74 and DC. RGB value is (234,116,220). Sum of RGB (Red+Green+Blue) = 234+116+220=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 116 (45.70% from 255 or 20.35% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 234 - color contains mainly: red. Hex color #EA74DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA74DC is #158B23. Grayscale: #A2A2A2. Windows color (decimal): -1411876 or 14447850. OLE color: 14447850.
HSL color Cylindrical-coordinate representation of color #EA74DC: hue angle of 307.12º 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 #EA74DC is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 116 | 220 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.08 |
| HSL | 307.12º | 0.74% | 0.69% | - |
| HSV(B) | 307.12º | 0.5% | 0.92% | - |
| XYZ | 53.1 | 35.15 | 71.7 | - |
| YUV | 163.14 | 160.09 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 116 | 220 | 0 | 0.50 | 0.06 | 0.08 | 307.12 | 0.74 | 0.69 |
| Hex | EA | 74 | DC | 0 | 32 | 6 | 8 | 133 | 4A | 45 |
| Octal | 352 | 164 | 334 | 0 | 62 | 6 | 10 | 463 | 112 | 105 |
| Binary | 11101010 | 1110100 | 11011100 | 0 | 110010 | 110 | 1000 | 100110011 | 1001010 | 1000101 |
Color Harmonies of #EA74DC
Complementary color
Monochromatic Colors of #EA74DC
Black with #EA74DC
Text Example
Text Example
White with #EA74DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA74DC; }
p { color: rgb(234,116,220); }
H1.HeaderClassName
{
color: #EA74DC;
}
.AnyTagClassName
{
color: #EA74DC;
}
</style>
background-color css
<style>
a { background-color: #EA74DC; }
a { background-color: rgb(234,116,220); }
div.DivClassName
{
background-color: #EA74DC;
}
.BgClassName
{
background-color: #EA74DC;
}
</style>
border-color css
<style>
span { border-color: #EA74DC; }
span { border-color: rgb(234,116,220); }
td.TdClassName
{
border-color: #EA74DC;
}
.TagClassName
{
border-color: #EA74DC;
}
</style>