Shades of Orchid #EA6FDB
Tints of Orchid #EA6FDB
RGB
CMYK
RGB Variations
Color information
#EA6FDB (or 0xEA6FDB) is known color: Orchid. HEX triplet: EA, 6F and DB. RGB value is (234,111,219). Sum of RGB (Red+Green+Blue) = 234+111+219=564 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.49% from 564); Green value is 111 (43.75% from 255 or 19.68% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6FDB is #159024. Grayscale: #9F9F9F. Windows color (decimal): -1413157 or 14381034. OLE color: 14381034.
HSL color Cylindrical-coordinate representation of color #EA6FDB: hue angle of 307.32º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EA6FDB is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 111 | 219 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.08 |
| HSL | 307.32º | 0.75% | 0.68% | - |
| HSV(B) | 307.32º | 0.53% | 0.92% | - |
| XYZ | 52.4 | 33.98 | 70.81 | - |
| YUV | 160.09 | 161.25 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 111 | 219 | 0 | 0.53 | 0.06 | 0.08 | 307.32 | 0.75 | 0.68 |
| Hex | EA | 6F | DB | 0 | 35 | 6 | 8 | 133 | 4B | 44 |
| Octal | 352 | 157 | 333 | 0 | 65 | 6 | 10 | 463 | 113 | 104 |
| Binary | 11101010 | 1101111 | 11011011 | 0 | 110101 | 110 | 1000 | 100110011 | 1001011 | 1000100 |
Color Harmonies of #EA6FDB
Complementary color
Monochromatic Colors of #EA6FDB
Black with #EA6FDB
Text Example
Text Example
White with #EA6FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6FDB; }
p { color: rgb(234,111,219); }
H1.HeaderClassName
{
color: #EA6FDB;
}
.AnyTagClassName
{
color: #EA6FDB;
}
</style>
background-color css
<style>
a { background-color: #EA6FDB; }
a { background-color: rgb(234,111,219); }
div.DivClassName
{
background-color: #EA6FDB;
}
.BgClassName
{
background-color: #EA6FDB;
}
</style>
border-color css
<style>
span { border-color: #EA6FDB; }
span { border-color: rgb(234,111,219); }
td.TdClassName
{
border-color: #EA6FDB;
}
.TagClassName
{
border-color: #EA6FDB;
}
</style>