Shades of Orchid #E272DA
Tints of Orchid #E272DA
RGB
CMYK
RGB Variations
Color information
#E272DA (or 0xE272DA) is known color: Orchid. HEX triplet: E2, 72 and DA. RGB value is (226,114,218). Sum of RGB (Red+Green+Blue) = 226+114+218=558 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.50% from 558); Green value is 114 (44.92% from 255 or 20.43% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 226 - color contains mainly: red. Hex color #E272DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E272DA is #1D8D25. Grayscale: #9F9F9F. Windows color (decimal): -1936678 or 14316258. OLE color: 14316258.
HSL color Cylindrical-coordinate representation of color #E272DA: hue angle of 304.29º 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 #E272DA is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 114 | 218 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.11 |
| HSL | 304.29º | 0.66% | 0.67% | - |
| HSV(B) | 304.29º | 0.5% | 0.89% | - |
| XYZ | 50.04 | 33.27 | 70.11 | - |
| YUV | 159.34 | 161.11 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 114 | 218 | 0 | 0.50 | 0.04 | 0.11 | 304.29 | 0.66 | 0.67 |
| Hex | E2 | 72 | DA | 0 | 32 | 4 | B | 130 | 42 | 43 |
| Octal | 342 | 162 | 332 | 0 | 62 | 4 | 13 | 460 | 102 | 103 |
| Binary | 11100010 | 1110010 | 11011010 | 0 | 110010 | 100 | 1011 | 100110000 | 1000010 | 1000011 |
Color Harmonies of #E272DA
Complementary color
Monochromatic Colors of #E272DA
Black with #E272DA
Text Example
Text Example
White with #E272DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E272DA; }
p { color: rgb(226,114,218); }
H1.HeaderClassName
{
color: #E272DA;
}
.AnyTagClassName
{
color: #E272DA;
}
</style>
background-color css
<style>
a { background-color: #E272DA; }
a { background-color: rgb(226,114,218); }
div.DivClassName
{
background-color: #E272DA;
}
.BgClassName
{
background-color: #E272DA;
}
</style>
border-color css
<style>
span { border-color: #E272DA; }
span { border-color: rgb(226,114,218); }
td.TdClassName
{
border-color: #E272DA;
}
.TagClassName
{
border-color: #E272DA;
}
</style>