Shades of Orchid #E274D4
Tints of Orchid #E274D4
RGB
CMYK
RGB Variations
Color information
#E274D4 (or 0xE274D4) is known color: Orchid. HEX triplet: E2, 74 and D4. RGB value is (226,116,212). Sum of RGB (Red+Green+Blue) = 226+116+212=554 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.79% from 554); Green value is 116 (45.70% from 255 or 20.94% from 554); Blue value is 212 (83.20% from 255 or 38.27% from 554); Max value from RGB is 226 - color contains mainly: red. Hex color #E274D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E274D4 is #1D8B2B. Grayscale: #9F9F9F. Windows color (decimal): -1936172 or 13923554. OLE color: 13923554.
HSL color Cylindrical-coordinate representation of color #E274D4: hue angle of 307.64º 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 #E274D4 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 116 | 212 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.11 |
| HSL | 307.64º | 0.65% | 0.67% | - |
| HSV(B) | 307.64º | 0.49% | 0.89% | - |
| XYZ | 49.49 | 33.41 | 66.13 | - |
| YUV | 159.83 | 157.44 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 116 | 212 | 0 | 0.49 | 0.06 | 0.11 | 307.64 | 0.65 | 0.67 |
| Hex | E2 | 74 | D4 | 0 | 31 | 6 | B | 134 | 41 | 43 |
| Octal | 342 | 164 | 324 | 0 | 61 | 6 | 13 | 464 | 101 | 103 |
| Binary | 11100010 | 1110100 | 11010100 | 0 | 110001 | 110 | 1011 | 100110100 | 1000001 | 1000011 |
Color Harmonies of #E274D4
Complementary color
Monochromatic Colors of #E274D4
Black with #E274D4
Text Example
Text Example
White with #E274D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E274D4; }
p { color: rgb(226,116,212); }
H1.HeaderClassName
{
color: #E274D4;
}
.AnyTagClassName
{
color: #E274D4;
}
</style>
background-color css
<style>
a { background-color: #E274D4; }
a { background-color: rgb(226,116,212); }
div.DivClassName
{
background-color: #E274D4;
}
.BgClassName
{
background-color: #E274D4;
}
</style>
border-color css
<style>
span { border-color: #E274D4; }
span { border-color: rgb(226,116,212); }
td.TdClassName
{
border-color: #E274D4;
}
.TagClassName
{
border-color: #E274D4;
}
</style>