Shades of Orchid #E269CB
Tints of Orchid #E269CB
RGB
CMYK
RGB Variations
Color information
#E269CB (or 0xE269CB) is known color: Orchid. HEX triplet: E2, 69 and CB. RGB value is (226,105,203). Sum of RGB (Red+Green+Blue) = 226+105+203=534 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.32% from 534); Green value is 105 (41.41% from 255 or 19.66% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 226 - color contains mainly: red. Hex color #E269CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E269CB is #1D9634. Grayscale: #989898. Windows color (decimal): -1938997 or 13330914. OLE color: 13330914.
HSL color Cylindrical-coordinate representation of color #E269CB: hue angle of 311.4º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E269CB is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 105 | 203 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.11 |
| HSL | 311.41º | 0.68% | 0.65% | - |
| HSV(B) | 311.41º | 0.54% | 0.89% | - |
| XYZ | 47.2 | 30.58 | 59.92 | - |
| YUV | 152.35 | 156.59 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 105 | 203 | 0 | 0.54 | 0.10 | 0.11 | 311.41 | 0.68 | 0.65 |
| Hex | E2 | 69 | CB | 0 | 36 | A | B | 137 | 44 | 41 |
| Octal | 342 | 151 | 313 | 0 | 66 | 12 | 13 | 467 | 104 | 101 |
| Binary | 11100010 | 1101001 | 11001011 | 0 | 110110 | 1010 | 1011 | 100110111 | 1000100 | 1000001 |
Color Harmonies of #E269CB
Complementary color
Monochromatic Colors of #E269CB
Black with #E269CB
Text Example
Text Example
White with #E269CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E269CB; }
p { color: rgb(226,105,203); }
H1.HeaderClassName
{
color: #E269CB;
}
.AnyTagClassName
{
color: #E269CB;
}
</style>
background-color css
<style>
a { background-color: #E269CB; }
a { background-color: rgb(226,105,203); }
div.DivClassName
{
background-color: #E269CB;
}
.BgClassName
{
background-color: #E269CB;
}
</style>
border-color css
<style>
span { border-color: #E269CB; }
span { border-color: rgb(226,105,203); }
td.TdClassName
{
border-color: #E269CB;
}
.TagClassName
{
border-color: #E269CB;
}
</style>