Shades of Orchid #E972CC
Tints of Orchid #E972CC
RGB
CMYK
RGB Variations
Color information
#E972CC (or 0xE972CC) is known color: Orchid. HEX triplet: E9, 72 and CC. RGB value is (233,114,204). Sum of RGB (Red+Green+Blue) = 233+114+204=551 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.29% from 551); Green value is 114 (44.92% from 255 or 20.69% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 233 - color contains mainly: red. Hex color #E972CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E972CC is #168D33. Grayscale: #9F9F9F. Windows color (decimal): -1477940 or 13398761. OLE color: 13398761.
HSL color Cylindrical-coordinate representation of color #E972CC: hue angle of 314.62º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E972CC is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 114 | 204 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.09 |
| HSL | 314.62º | 0.73% | 0.68% | - |
| HSV(B) | 314.62º | 0.51% | 0.91% | - |
| XYZ | 50.52 | 33.72 | 60.97 | - |
| YUV | 159.84 | 152.92 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 114 | 204 | 0 | 0.51 | 0.12 | 0.09 | 314.62 | 0.73 | 0.68 |
| Hex | E9 | 72 | CC | 0 | 33 | C | 9 | 13B | 49 | 44 |
| Octal | 351 | 162 | 314 | 0 | 63 | 14 | 11 | 473 | 111 | 104 |
| Binary | 11101001 | 1110010 | 11001100 | 0 | 110011 | 1100 | 1001 | 100111011 | 1001001 | 1000100 |
Color Harmonies of #E972CC
Complementary color
Monochromatic Colors of #E972CC
Black with #E972CC
Text Example
Text Example
White with #E972CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E972CC; }
p { color: rgb(233,114,204); }
H1.HeaderClassName
{
color: #E972CC;
}
.AnyTagClassName
{
color: #E972CC;
}
</style>
background-color css
<style>
a { background-color: #E972CC; }
a { background-color: rgb(233,114,204); }
div.DivClassName
{
background-color: #E972CC;
}
.BgClassName
{
background-color: #E972CC;
}
</style>
border-color css
<style>
span { border-color: #E972CC; }
span { border-color: rgb(233,114,204); }
td.TdClassName
{
border-color: #E972CC;
}
.TagClassName
{
border-color: #E972CC;
}
</style>