Shades of Orchid #E274CD
Tints of Orchid #E274CD
RGB
CMYK
RGB Variations
Color information
#E274CD (or 0xE274CD) is known color: Orchid. HEX triplet: E2, 74 and CD. RGB value is (226,116,205). Sum of RGB (Red+Green+Blue) = 226+116+205=547 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.32% from 547); Green value is 116 (45.70% from 255 or 21.21% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 226 - color contains mainly: red. Hex color #E274CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E274CD is #1D8B32. Grayscale: #9E9E9E. Windows color (decimal): -1936179 or 13464802. OLE color: 13464802.
HSL color Cylindrical-coordinate representation of color #E274CD: hue angle of 311.45º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E274CD is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 116 | 205 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.11 |
| HSL | 311.45º | 0.65% | 0.67% | - |
| HSV(B) | 311.45º | 0.49% | 0.89% | - |
| XYZ | 48.63 | 33.07 | 61.58 | - |
| YUV | 159.04 | 153.94 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 116 | 205 | 0 | 0.49 | 0.09 | 0.11 | 311.45 | 0.65 | 0.67 |
| Hex | E2 | 74 | CD | 0 | 31 | 9 | B | 137 | 41 | 43 |
| Octal | 342 | 164 | 315 | 0 | 61 | 11 | 13 | 467 | 101 | 103 |
| Binary | 11100010 | 1110100 | 11001101 | 0 | 110001 | 1001 | 1011 | 100110111 | 1000001 | 1000011 |
Color Harmonies of #E274CD
Complementary color
Monochromatic Colors of #E274CD
Black with #E274CD
Text Example
Text Example
White with #E274CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E274CD; }
p { color: rgb(226,116,205); }
H1.HeaderClassName
{
color: #E274CD;
}
.AnyTagClassName
{
color: #E274CD;
}
</style>
background-color css
<style>
a { background-color: #E274CD; }
a { background-color: rgb(226,116,205); }
div.DivClassName
{
background-color: #E274CD;
}
.BgClassName
{
background-color: #E274CD;
}
</style>
border-color css
<style>
span { border-color: #E274CD; }
span { border-color: rgb(226,116,205); }
td.TdClassName
{
border-color: #E274CD;
}
.TagClassName
{
border-color: #E274CD;
}
</style>