Shades of Orchid #E274DD
Tints of Orchid #E274DD
RGB
CMYK
RGB Variations
Color information
#E274DD (or 0xE274DD) is known color: Orchid. HEX triplet: E2, 74 and DD. RGB value is (226,116,221). Sum of RGB (Red+Green+Blue) = 226+116+221=563 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.14% from 563); Green value is 116 (45.70% from 255 or 20.60% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 226 - color contains mainly: red. Hex color #E274DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E274DD is #1D8B22. Grayscale: #A0A0A0. Windows color (decimal): -1936163 or 14513378. OLE color: 14513378.
HSL color Cylindrical-coordinate representation of color #E274DD: hue angle of 302.73º 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 #E274DD is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 116 | 221 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.11 |
| HSL | 302.73º | 0.65% | 0.67% | - |
| HSV(B) | 302.73º | 0.49% | 0.89% | - |
| XYZ | 50.66 | 33.88 | 72.28 | - |
| YUV | 160.86 | 161.94 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 116 | 221 | 0 | 0.49 | 0.02 | 0.11 | 302.73 | 0.65 | 0.67 |
| Hex | E2 | 74 | DD | 0 | 31 | 2 | B | 12F | 41 | 43 |
| Octal | 342 | 164 | 335 | 0 | 61 | 2 | 13 | 457 | 101 | 103 |
| Binary | 11100010 | 1110100 | 11011101 | 0 | 110001 | 10 | 1011 | 100101111 | 1000001 | 1000011 |
Color Harmonies of #E274DD
Complementary color
Monochromatic Colors of #E274DD
Black with #E274DD
Text Example
Text Example
White with #E274DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E274DD; }
p { color: rgb(226,116,221); }
H1.HeaderClassName
{
color: #E274DD;
}
.AnyTagClassName
{
color: #E274DD;
}
</style>
background-color css
<style>
a { background-color: #E274DD; }
a { background-color: rgb(226,116,221); }
div.DivClassName
{
background-color: #E274DD;
}
.BgClassName
{
background-color: #E274DD;
}
</style>
border-color css
<style>
span { border-color: #E274DD; }
span { border-color: rgb(226,116,221); }
td.TdClassName
{
border-color: #E274DD;
}
.TagClassName
{
border-color: #E274DD;
}
</style>