Shades of Orchid #E271D4
Tints of Orchid #E271D4
RGB
CMYK
RGB Variations
Color information
#E271D4 (or 0xE271D4) is known color: Orchid. HEX triplet: E2, 71 and D4. RGB value is (226,113,212). Sum of RGB (Red+Green+Blue) = 226+113+212=551 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.02% from 551); Green value is 113 (44.53% from 255 or 20.51% from 551); Blue value is 212 (83.20% from 255 or 38.48% from 551); Max value from RGB is 226 - color contains mainly: red. Hex color #E271D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E271D4 is #1D8E2B. Grayscale: #9D9D9D. Windows color (decimal): -1936940 or 13922786. OLE color: 13922786.
HSL color Cylindrical-coordinate representation of color #E271D4: hue angle of 307.43º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E271D4 is Cyan = 0, Magento = 0.5, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 113 | 212 | - |
| CMYK | 0 | 0.5 | 0.06 | 0.11 |
| HSL | 307.43º | 0.66% | 0.66% | - |
| HSV(B) | 307.43º | 0.5% | 0.89% | - |
| XYZ | 49.15 | 32.73 | 66.01 | - |
| YUV | 158.07 | 158.44 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 113 | 212 | 0 | 0.5 | 0.06 | 0.11 | 307.43 | 0.66 | 0.66 |
| Hex | E2 | 71 | D4 | 0 | 32 | 6 | B | 133 | 42 | 42 |
| Octal | 342 | 161 | 324 | 0 | 62 | 6 | 13 | 463 | 102 | 102 |
| Binary | 11100010 | 1110001 | 11010100 | 0 | 110010 | 110 | 1011 | 100110011 | 1000010 | 1000010 |
Color Harmonies of #E271D4
Complementary color
Monochromatic Colors of #E271D4
Black with #E271D4
Text Example
Text Example
White with #E271D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E271D4; }
p { color: rgb(226,113,212); }
H1.HeaderClassName
{
color: #E271D4;
}
.AnyTagClassName
{
color: #E271D4;
}
</style>
background-color css
<style>
a { background-color: #E271D4; }
a { background-color: rgb(226,113,212); }
div.DivClassName
{
background-color: #E271D4;
}
.BgClassName
{
background-color: #E271D4;
}
</style>
border-color css
<style>
span { border-color: #E271D4; }
span { border-color: rgb(226,113,212); }
td.TdClassName
{
border-color: #E271D4;
}
.TagClassName
{
border-color: #E271D4;
}
</style>