Shades of Orchid #E371CB
Tints of Orchid #E371CB
RGB
CMYK
RGB Variations
Color information
#E371CB (or 0xE371CB) is known color: Orchid. HEX triplet: E3, 71 and CB. RGB value is (227,113,203). Sum of RGB (Red+Green+Blue) = 227+113+203=543 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.80% from 543); Green value is 113 (44.53% from 255 or 20.81% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 227 - color contains mainly: red. Hex color #E371CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E371CB is #1C8E34. Grayscale: #9D9D9D. Windows color (decimal): -1871413 or 13332963. OLE color: 13332963.
HSL color Cylindrical-coordinate representation of color #E371CB: hue angle of 312.63º 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 #E371CB is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 113 | 203 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.11 |
| HSL | 312.63º | 0.67% | 0.67% | - |
| HSV(B) | 312.63º | 0.5% | 0.89% | - |
| XYZ | 48.36 | 32.45 | 60.21 | - |
| YUV | 157.35 | 153.77 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 113 | 203 | 0 | 0.50 | 0.11 | 0.11 | 312.63 | 0.67 | 0.67 |
| Hex | E3 | 71 | CB | 0 | 32 | B | B | 139 | 43 | 43 |
| Octal | 343 | 161 | 313 | 0 | 62 | 13 | 13 | 471 | 103 | 103 |
| Binary | 11100011 | 1110001 | 11001011 | 0 | 110010 | 1011 | 1011 | 100111001 | 1000011 | 1000011 |
Color Harmonies of #E371CB
Complementary color
Monochromatic Colors of #E371CB
Black with #E371CB
Text Example
Text Example
White with #E371CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E371CB; }
p { color: rgb(227,113,203); }
H1.HeaderClassName
{
color: #E371CB;
}
.AnyTagClassName
{
color: #E371CB;
}
</style>
background-color css
<style>
a { background-color: #E371CB; }
a { background-color: rgb(227,113,203); }
div.DivClassName
{
background-color: #E371CB;
}
.BgClassName
{
background-color: #E371CB;
}
</style>
border-color css
<style>
span { border-color: #E371CB; }
span { border-color: rgb(227,113,203); }
td.TdClassName
{
border-color: #E371CB;
}
.TagClassName
{
border-color: #E371CB;
}
</style>