Shades of Orchid #E37ECA
Tints of Orchid #E37ECA
RGB
CMYK
RGB Variations
Color information
#E37ECA (or 0xE37ECA) is known color: Orchid. HEX triplet: E3, 7E and CA. RGB value is (227,126,202). Sum of RGB (Red+Green+Blue) = 227+126+202=555 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.90% from 555); Green value is 126 (49.61% from 255 or 22.70% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 227 - color contains mainly: red. Hex color #E37ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37ECA is #1C8135. Grayscale: #A4A4A4. Windows color (decimal): -1868086 or 13270755. OLE color: 13270755.
HSL color Cylindrical-coordinate representation of color #E37ECA: hue angle of 314.85º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E37ECA is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 126 | 202 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.11 |
| HSL | 314.85º | 0.64% | 0.69% | - |
| HSV(B) | 314.85º | 0.44% | 0.89% | - |
| XYZ | 49.8 | 35.52 | 60.11 | - |
| YUV | 164.86 | 148.96 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 126 | 202 | 0 | 0.44 | 0.11 | 0.11 | 314.85 | 0.64 | 0.69 |
| Hex | E3 | 7E | CA | 0 | 2C | B | B | 13B | 40 | 45 |
| Octal | 343 | 176 | 312 | 0 | 54 | 13 | 13 | 473 | 100 | 105 |
| Binary | 11100011 | 1111110 | 11001010 | 0 | 101100 | 1011 | 1011 | 100111011 | 1000000 | 1000101 |
Color Harmonies of #E37ECA
Complementary color
Monochromatic Colors of #E37ECA
Black with #E37ECA
Text Example
Text Example
White with #E37ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37ECA; }
p { color: rgb(227,126,202); }
H1.HeaderClassName
{
color: #E37ECA;
}
.AnyTagClassName
{
color: #E37ECA;
}
</style>
background-color css
<style>
a { background-color: #E37ECA; }
a { background-color: rgb(227,126,202); }
div.DivClassName
{
background-color: #E37ECA;
}
.BgClassName
{
background-color: #E37ECA;
}
</style>
border-color css
<style>
span { border-color: #E37ECA; }
span { border-color: rgb(227,126,202); }
td.TdClassName
{
border-color: #E37ECA;
}
.TagClassName
{
border-color: #E37ECA;
}
</style>