Shades of Orchid #E272DB
Tints of Orchid #E272DB
RGB
CMYK
RGB Variations
Color information
#E272DB (or 0xE272DB) is known color: Orchid. HEX triplet: E2, 72 and DB. RGB value is (226,114,219). Sum of RGB (Red+Green+Blue) = 226+114+219=559 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.43% from 559); Green value is 114 (44.92% from 255 or 20.39% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 226 - color contains mainly: red. Hex color #E272DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E272DB is #1D8D24. Grayscale: #9F9F9F. Windows color (decimal): -1936677 or 14381794. OLE color: 14381794.
HSL color Cylindrical-coordinate representation of color #E272DB: hue angle of 303.75º degrees, saturation: 0.66, 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 #E272DB is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 114 | 219 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.11 |
| HSL | 303.75º | 0.66% | 0.67% | - |
| HSV(B) | 303.75º | 0.5% | 0.89% | - |
| XYZ | 50.17 | 33.32 | 70.8 | - |
| YUV | 159.46 | 161.61 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 114 | 219 | 0 | 0.50 | 0.03 | 0.11 | 303.75 | 0.66 | 0.67 |
| Hex | E2 | 72 | DB | 0 | 32 | 3 | B | 130 | 42 | 43 |
| Octal | 342 | 162 | 333 | 0 | 62 | 3 | 13 | 460 | 102 | 103 |
| Binary | 11100010 | 1110010 | 11011011 | 0 | 110010 | 11 | 1011 | 100110000 | 1000010 | 1000011 |
Color Harmonies of #E272DB
Complementary color
Monochromatic Colors of #E272DB
Black with #E272DB
Text Example
Text Example
White with #E272DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E272DB; }
p { color: rgb(226,114,219); }
H1.HeaderClassName
{
color: #E272DB;
}
.AnyTagClassName
{
color: #E272DB;
}
</style>
background-color css
<style>
a { background-color: #E272DB; }
a { background-color: rgb(226,114,219); }
div.DivClassName
{
background-color: #E272DB;
}
.BgClassName
{
background-color: #E272DB;
}
</style>
border-color css
<style>
span { border-color: #E272DB; }
span { border-color: rgb(226,114,219); }
td.TdClassName
{
border-color: #E272DB;
}
.TagClassName
{
border-color: #E272DB;
}
</style>