Shades of Orchid #E372DB
Tints of Orchid #E372DB
RGB
CMYK
RGB Variations
Color information
#E372DB (or 0xE372DB) is known color: Orchid. HEX triplet: E3, 72 and DB. RGB value is (227,114,219). Sum of RGB (Red+Green+Blue) = 227+114+219=560 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.54% from 560); Green value is 114 (44.92% from 255 or 20.36% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 227 - color contains mainly: red. Hex color #E372DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E372DB is #1C8D24. Grayscale: #9F9F9F. Windows color (decimal): -1871141 or 14381795. OLE color: 14381795.
HSL color Cylindrical-coordinate representation of color #E372DB: hue angle of 304.25º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E372DB is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 114 | 219 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.11 |
| HSL | 304.25º | 0.67% | 0.67% | - |
| HSV(B) | 304.25º | 0.5% | 0.89% | - |
| XYZ | 50.48 | 33.48 | 70.82 | - |
| YUV | 159.76 | 161.44 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 114 | 219 | 0 | 0.50 | 0.04 | 0.11 | 304.25 | 0.67 | 0.67 |
| Hex | E3 | 72 | DB | 0 | 32 | 4 | B | 130 | 43 | 43 |
| Octal | 343 | 162 | 333 | 0 | 62 | 4 | 13 | 460 | 103 | 103 |
| Binary | 11100011 | 1110010 | 11011011 | 0 | 110010 | 100 | 1011 | 100110000 | 1000011 | 1000011 |
Color Harmonies of #E372DB
Complementary color
Monochromatic Colors of #E372DB
Black with #E372DB
Text Example
Text Example
White with #E372DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E372DB; }
p { color: rgb(227,114,219); }
H1.HeaderClassName
{
color: #E372DB;
}
.AnyTagClassName
{
color: #E372DB;
}
</style>
background-color css
<style>
a { background-color: #E372DB; }
a { background-color: rgb(227,114,219); }
div.DivClassName
{
background-color: #E372DB;
}
.BgClassName
{
background-color: #E372DB;
}
</style>
border-color css
<style>
span { border-color: #E372DB; }
span { border-color: rgb(227,114,219); }
td.TdClassName
{
border-color: #E372DB;
}
.TagClassName
{
border-color: #E372DB;
}
</style>