Shades of Orchid #E372CB
Tints of Orchid #E372CB
RGB
CMYK
RGB Variations
Color information
#E372CB (or 0xE372CB) is known color: Orchid. HEX triplet: E3, 72 and CB. RGB value is (227,114,203). Sum of RGB (Red+Green+Blue) = 227+114+203=544 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.73% from 544); Green value is 114 (44.92% from 255 or 20.96% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 227 - color contains mainly: red. Hex color #E372CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E372CB is #1C8D34. Grayscale: #9D9D9D. Windows color (decimal): -1871157 or 13333219. OLE color: 13333219.
HSL color Cylindrical-coordinate representation of color #E372CB: hue angle of 312.74º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E372CB is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 114 | 203 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.11 |
| HSL | 312.74º | 0.67% | 0.67% | - |
| HSV(B) | 312.74º | 0.5% | 0.89% | - |
| XYZ | 48.48 | 32.68 | 60.25 | - |
| YUV | 157.93 | 153.44 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 114 | 203 | 0 | 0.50 | 0.11 | 0.11 | 312.74 | 0.67 | 0.67 |
| Hex | E3 | 72 | CB | 0 | 32 | B | B | 139 | 43 | 43 |
| Octal | 343 | 162 | 313 | 0 | 62 | 13 | 13 | 471 | 103 | 103 |
| Binary | 11100011 | 1110010 | 11001011 | 0 | 110010 | 1011 | 1011 | 100111001 | 1000011 | 1000011 |
Color Harmonies of #E372CB
Complementary color
Monochromatic Colors of #E372CB
Black with #E372CB
Text Example
Text Example
White with #E372CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E372CB; }
p { color: rgb(227,114,203); }
H1.HeaderClassName
{
color: #E372CB;
}
.AnyTagClassName
{
color: #E372CB;
}
</style>
background-color css
<style>
a { background-color: #E372CB; }
a { background-color: rgb(227,114,203); }
div.DivClassName
{
background-color: #E372CB;
}
.BgClassName
{
background-color: #E372CB;
}
</style>
border-color css
<style>
span { border-color: #E372CB; }
span { border-color: rgb(227,114,203); }
td.TdClassName
{
border-color: #E372CB;
}
.TagClassName
{
border-color: #E372CB;
}
</style>