Shades of Orchid #E288D4
Tints of Orchid #E288D4
RGB
CMYK
RGB Variations
Color information
#E288D4 (or 0xE288D4) is known color: Orchid. HEX triplet: E2, 88 and D4. RGB value is (226,136,212). Sum of RGB (Red+Green+Blue) = 226+136+212=574 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.37% from 574); Green value is 136 (53.52% from 255 or 23.69% from 574); Blue value is 212 (83.20% from 255 or 36.93% from 574); Max value from RGB is 226 - color contains mainly: red. Hex color #E288D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E288D4 is #1D772B. Grayscale: #ABABAB. Windows color (decimal): -1931052 or 13928674. OLE color: 13928674.
HSL color Cylindrical-coordinate representation of color #E288D4: hue angle of 309.33º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E288D4 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 136 | 212 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.11 |
| HSL | 309.33º | 0.61% | 0.71% | - |
| HSV(B) | 309.33º | 0.4% | 0.89% | - |
| XYZ | 52.05 | 38.53 | 66.98 | - |
| YUV | 171.57 | 150.82 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 136 | 212 | 0 | 0.40 | 0.06 | 0.11 | 309.33 | 0.61 | 0.71 |
| Hex | E2 | 88 | D4 | 0 | 28 | 6 | B | 135 | 3D | 47 |
| Octal | 342 | 210 | 324 | 0 | 50 | 6 | 13 | 465 | 75 | 107 |
| Binary | 11100010 | 10001000 | 11010100 | 0 | 101000 | 110 | 1011 | 100110101 | 111101 | 1000111 |
Color Harmonies of #E288D4
Complementary color
Monochromatic Colors of #E288D4
Black with #E288D4
Text Example
Text Example
White with #E288D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E288D4; }
p { color: rgb(226,136,212); }
H1.HeaderClassName
{
color: #E288D4;
}
.AnyTagClassName
{
color: #E288D4;
}
</style>
background-color css
<style>
a { background-color: #E288D4; }
a { background-color: rgb(226,136,212); }
div.DivClassName
{
background-color: #E288D4;
}
.BgClassName
{
background-color: #E288D4;
}
</style>
border-color css
<style>
span { border-color: #E288D4; }
span { border-color: rgb(226,136,212); }
td.TdClassName
{
border-color: #E288D4;
}
.TagClassName
{
border-color: #E288D4;
}
</style>