Shades of Orchid #E472DB
Tints of Orchid #E472DB
RGB
CMYK
RGB Variations
Color information
#E472DB (or 0xE472DB) is known color: Orchid. HEX triplet: E4, 72 and DB. RGB value is (228,114,219). Sum of RGB (Red+Green+Blue) = 228+114+219=561 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.64% from 561); Green value is 114 (44.92% from 255 or 20.32% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 228 - color contains mainly: red. Hex color #E472DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E472DB is #1B8D24. Grayscale: #9F9F9F. Windows color (decimal): -1805605 or 14381796. OLE color: 14381796.
HSL color Cylindrical-coordinate representation of color #E472DB: hue angle of 304.74º degrees, saturation: 0.68, 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 #E472DB is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 114 | 219 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.11 |
| HSL | 304.74º | 0.68% | 0.67% | - |
| HSV(B) | 304.74º | 0.5% | 0.89% | - |
| XYZ | 50.8 | 33.64 | 70.83 | - |
| YUV | 160.06 | 161.27 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 114 | 219 | 0 | 0.50 | 0.04 | 0.11 | 304.74 | 0.68 | 0.67 |
| Hex | E4 | 72 | DB | 0 | 32 | 4 | B | 131 | 44 | 43 |
| Octal | 344 | 162 | 333 | 0 | 62 | 4 | 13 | 461 | 104 | 103 |
| Binary | 11100100 | 1110010 | 11011011 | 0 | 110010 | 100 | 1011 | 100110001 | 1000100 | 1000011 |
Color Harmonies of #E472DB
Complementary color
Monochromatic Colors of #E472DB
Black with #E472DB
Text Example
Text Example
White with #E472DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E472DB; }
p { color: rgb(228,114,219); }
H1.HeaderClassName
{
color: #E472DB;
}
.AnyTagClassName
{
color: #E472DB;
}
</style>
background-color css
<style>
a { background-color: #E472DB; }
a { background-color: rgb(228,114,219); }
div.DivClassName
{
background-color: #E472DB;
}
.BgClassName
{
background-color: #E472DB;
}
</style>
border-color css
<style>
span { border-color: #E472DB; }
span { border-color: rgb(228,114,219); }
td.TdClassName
{
border-color: #E472DB;
}
.TagClassName
{
border-color: #E472DB;
}
</style>