Shades of Orchid #E272D3
Tints of Orchid #E272D3
RGB
CMYK
RGB Variations
Color information
#E272D3 (or 0xE272D3) is known color: Orchid. HEX triplet: E2, 72 and D3. RGB value is (226,114,211). Sum of RGB (Red+Green+Blue) = 226+114+211=551 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.02% from 551); Green value is 114 (44.92% from 255 or 20.69% from 551); Blue value is 211 (82.81% from 255 or 38.29% from 551); Max value from RGB is 226 - color contains mainly: red. Hex color #E272D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E272D3 is #1D8D2C. Grayscale: #9E9E9E. Windows color (decimal): -1936685 or 13857506. OLE color: 13857506.
HSL color Cylindrical-coordinate representation of color #E272D3: hue angle of 308.04º 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 #E272D3 is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 114 | 211 | - |
| CMYK | 0 | 0.50 | 0.07 | 0.11 |
| HSL | 308.04º | 0.66% | 0.67% | - |
| HSV(B) | 308.04º | 0.5% | 0.89% | - |
| XYZ | 49.14 | 32.91 | 65.39 | - |
| YUV | 158.55 | 157.61 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 114 | 211 | 0 | 0.50 | 0.07 | 0.11 | 308.04 | 0.66 | 0.67 |
| Hex | E2 | 72 | D3 | 0 | 32 | 7 | B | 134 | 42 | 43 |
| Octal | 342 | 162 | 323 | 0 | 62 | 7 | 13 | 464 | 102 | 103 |
| Binary | 11100010 | 1110010 | 11010011 | 0 | 110010 | 111 | 1011 | 100110100 | 1000010 | 1000011 |
Color Harmonies of #E272D3
Complementary color
Monochromatic Colors of #E272D3
Black with #E272D3
Text Example
Text Example
White with #E272D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E272D3; }
p { color: rgb(226,114,211); }
H1.HeaderClassName
{
color: #E272D3;
}
.AnyTagClassName
{
color: #E272D3;
}
</style>
background-color css
<style>
a { background-color: #E272D3; }
a { background-color: rgb(226,114,211); }
div.DivClassName
{
background-color: #E272D3;
}
.BgClassName
{
background-color: #E272D3;
}
</style>
border-color css
<style>
span { border-color: #E272D3; }
span { border-color: rgb(226,114,211); }
td.TdClassName
{
border-color: #E272D3;
}
.TagClassName
{
border-color: #E272D3;
}
</style>