Shades of Orchid #E284CB
Tints of Orchid #E284CB
RGB
CMYK
RGB Variations
Color information
#E284CB (or 0xE284CB) is known color: Orchid. HEX triplet: E2, 84 and CB. RGB value is (226,132,203). Sum of RGB (Red+Green+Blue) = 226+132+203=561 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.29% from 561); Green value is 132 (51.95% from 255 or 23.53% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 226 - color contains mainly: red. Hex color #E284CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E284CB is #1D7B34. Grayscale: #A8A8A8. Windows color (decimal): -1932085 or 13337826. OLE color: 13337826.
HSL color Cylindrical-coordinate representation of color #E284CB: hue angle of 314.68º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E284CB is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 132 | 203 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.11 |
| HSL | 314.68º | 0.62% | 0.7% | - |
| HSV(B) | 314.68º | 0.42% | 0.89% | - |
| XYZ | 50.39 | 36.98 | 60.98 | - |
| YUV | 168.2 | 147.64 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 132 | 203 | 0 | 0.42 | 0.10 | 0.11 | 314.68 | 0.62 | 0.7 |
| Hex | E2 | 84 | CB | 0 | 2A | A | B | 13B | 3E | 46 |
| Octal | 342 | 204 | 313 | 0 | 52 | 12 | 13 | 473 | 76 | 106 |
| Binary | 11100010 | 10000100 | 11001011 | 0 | 101010 | 1010 | 1011 | 100111011 | 111110 | 1000110 |
Color Harmonies of #E284CB
Complementary color
Monochromatic Colors of #E284CB
Black with #E284CB
Text Example
Text Example
White with #E284CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E284CB; }
p { color: rgb(226,132,203); }
H1.HeaderClassName
{
color: #E284CB;
}
.AnyTagClassName
{
color: #E284CB;
}
</style>
background-color css
<style>
a { background-color: #E284CB; }
a { background-color: rgb(226,132,203); }
div.DivClassName
{
background-color: #E284CB;
}
.BgClassName
{
background-color: #E284CB;
}
</style>
border-color css
<style>
span { border-color: #E284CB; }
span { border-color: rgb(226,132,203); }
td.TdClassName
{
border-color: #E284CB;
}
.TagClassName
{
border-color: #E284CB;
}
</style>