Shades of Orchid #E374D2
Tints of Orchid #E374D2
RGB
CMYK
RGB Variations
Color information
#E374D2 (or 0xE374D2) is known color: Orchid. HEX triplet: E3, 74 and D2. RGB value is (227,116,210). Sum of RGB (Red+Green+Blue) = 227+116+210=553 (73% of max value = 765). Red value is 227 (89.06% from 255 or 41.05% from 553); Green value is 116 (45.70% from 255 or 20.98% from 553); Blue value is 210 (82.42% from 255 or 37.97% from 553); Max value from RGB is 227 - color contains mainly: red. Hex color #E374D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E374D2 is #1C8B2D. Grayscale: #9F9F9F. Windows color (decimal): -1870638 or 13792483. OLE color: 13792483.
HSL color Cylindrical-coordinate representation of color #E374D2: hue angle of 309.19º degrees, saturation: 0.66, 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 #E374D2 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 116 | 210 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.11 |
| HSL | 309.19º | 0.66% | 0.67% | - |
| HSV(B) | 309.19º | 0.49% | 0.89% | - |
| XYZ | 49.56 | 33.47 | 64.82 | - |
| YUV | 159.91 | 156.27 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 116 | 210 | 0 | 0.49 | 0.07 | 0.11 | 309.19 | 0.66 | 0.67 |
| Hex | E3 | 74 | D2 | 0 | 31 | 7 | B | 135 | 42 | 43 |
| Octal | 343 | 164 | 322 | 0 | 61 | 7 | 13 | 465 | 102 | 103 |
| Binary | 11100011 | 1110100 | 11010010 | 0 | 110001 | 111 | 1011 | 100110101 | 1000010 | 1000011 |
Color Harmonies of #E374D2
Complementary color
Monochromatic Colors of #E374D2
Black with #E374D2
Text Example
Text Example
White with #E374D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E374D2; }
p { color: rgb(227,116,210); }
H1.HeaderClassName
{
color: #E374D2;
}
.AnyTagClassName
{
color: #E374D2;
}
</style>
background-color css
<style>
a { background-color: #E374D2; }
a { background-color: rgb(227,116,210); }
div.DivClassName
{
background-color: #E374D2;
}
.BgClassName
{
background-color: #E374D2;
}
</style>
border-color css
<style>
span { border-color: #E374D2; }
span { border-color: rgb(227,116,210); }
td.TdClassName
{
border-color: #E374D2;
}
.TagClassName
{
border-color: #E374D2;
}
</style>