Shades of Orchid #E276CB
Tints of Orchid #E276CB
RGB
CMYK
RGB Variations
Color information
#E276CB (or 0xE276CB) is known color: Orchid. HEX triplet: E2, 76 and CB. RGB value is (226,118,203). Sum of RGB (Red+Green+Blue) = 226+118+203=547 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.32% from 547); Green value is 118 (46.48% from 255 or 21.57% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 226 - color contains mainly: red. Hex color #E276CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E276CB is #1D8934. Grayscale: #9F9F9F. Windows color (decimal): -1935669 or 13334242. OLE color: 13334242.
HSL color Cylindrical-coordinate representation of color #E276CB: hue angle of 312.78º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E276CB is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 118 | 203 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.11 |
| HSL | 312.78º | 0.65% | 0.67% | - |
| HSV(B) | 312.78º | 0.48% | 0.89% | - |
| XYZ | 48.62 | 33.44 | 60.39 | - |
| YUV | 159.98 | 152.28 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 118 | 203 | 0 | 0.48 | 0.10 | 0.11 | 312.78 | 0.65 | 0.67 |
| Hex | E2 | 76 | CB | 0 | 30 | A | B | 139 | 41 | 43 |
| Octal | 342 | 166 | 313 | 0 | 60 | 12 | 13 | 471 | 101 | 103 |
| Binary | 11100010 | 1110110 | 11001011 | 0 | 110000 | 1010 | 1011 | 100111001 | 1000001 | 1000011 |
Color Harmonies of #E276CB
Complementary color
Monochromatic Colors of #E276CB
Black with #E276CB
Text Example
Text Example
White with #E276CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E276CB; }
p { color: rgb(226,118,203); }
H1.HeaderClassName
{
color: #E276CB;
}
.AnyTagClassName
{
color: #E276CB;
}
</style>
background-color css
<style>
a { background-color: #E276CB; }
a { background-color: rgb(226,118,203); }
div.DivClassName
{
background-color: #E276CB;
}
.BgClassName
{
background-color: #E276CB;
}
</style>
border-color css
<style>
span { border-color: #E276CB; }
span { border-color: rgb(226,118,203); }
td.TdClassName
{
border-color: #E276CB;
}
.TagClassName
{
border-color: #E276CB;
}
</style>