Shades of Orchid #E374DB
Tints of Orchid #E374DB
RGB
CMYK
RGB Variations
Color information
#E374DB (or 0xE374DB) is known color: Orchid. HEX triplet: E3, 74 and DB. RGB value is (227,116,219). Sum of RGB (Red+Green+Blue) = 227+116+219=562 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.39% from 562); Green value is 116 (45.70% from 255 or 20.64% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 227 - color contains mainly: red. Hex color #E374DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E374DB is #1C8B24. Grayscale: #A0A0A0. Windows color (decimal): -1870629 or 14382307. OLE color: 14382307.
HSL color Cylindrical-coordinate representation of color #E374DB: hue angle of 304.32º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E374DB is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 116 | 219 | - |
| CMYK | 0 | 0.49 | 0.04 | 0.11 |
| HSL | 304.32º | 0.66% | 0.67% | - |
| HSV(B) | 304.32º | 0.49% | 0.89% | - |
| XYZ | 50.71 | 33.94 | 70.9 | - |
| YUV | 160.93 | 160.77 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 116 | 219 | 0 | 0.49 | 0.04 | 0.11 | 304.32 | 0.66 | 0.67 |
| Hex | E3 | 74 | DB | 0 | 31 | 4 | B | 130 | 42 | 43 |
| Octal | 343 | 164 | 333 | 0 | 61 | 4 | 13 | 460 | 102 | 103 |
| Binary | 11100011 | 1110100 | 11011011 | 0 | 110001 | 100 | 1011 | 100110000 | 1000010 | 1000011 |
Color Harmonies of #E374DB
Complementary color
Monochromatic Colors of #E374DB
Black with #E374DB
Text Example
Text Example
White with #E374DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E374DB; }
p { color: rgb(227,116,219); }
H1.HeaderClassName
{
color: #E374DB;
}
.AnyTagClassName
{
color: #E374DB;
}
</style>
background-color css
<style>
a { background-color: #E374DB; }
a { background-color: rgb(227,116,219); }
div.DivClassName
{
background-color: #E374DB;
}
.BgClassName
{
background-color: #E374DB;
}
</style>
border-color css
<style>
span { border-color: #E374DB; }
span { border-color: rgb(227,116,219); }
td.TdClassName
{
border-color: #E374DB;
}
.TagClassName
{
border-color: #E374DB;
}
</style>