Shades of Orchid #E274CB
Tints of Orchid #E274CB
RGB
CMYK
RGB Variations
Color information
#E274CB (or 0xE274CB) is known color: Orchid. HEX triplet: E2, 74 and CB. RGB value is (226,116,203). Sum of RGB (Red+Green+Blue) = 226+116+203=545 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.47% from 545); Green value is 116 (45.70% from 255 or 21.28% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 226 - color contains mainly: red. Hex color #E274CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E274CB is #1D8B34. Grayscale: #9E9E9E. Windows color (decimal): -1936181 or 13333730. OLE color: 13333730.
HSL color Cylindrical-coordinate representation of color #E274CB: hue angle of 312.55º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E274CB is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 116 | 203 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.11 |
| HSL | 312.55º | 0.65% | 0.67% | - |
| HSV(B) | 312.55º | 0.49% | 0.89% | - |
| XYZ | 48.39 | 32.97 | 60.31 | - |
| YUV | 158.81 | 152.94 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 116 | 203 | 0 | 0.49 | 0.10 | 0.11 | 312.55 | 0.65 | 0.67 |
| Hex | E2 | 74 | CB | 0 | 31 | A | B | 139 | 41 | 43 |
| Octal | 342 | 164 | 313 | 0 | 61 | 12 | 13 | 471 | 101 | 103 |
| Binary | 11100010 | 1110100 | 11001011 | 0 | 110001 | 1010 | 1011 | 100111001 | 1000001 | 1000011 |
Color Harmonies of #E274CB
Complementary color
Monochromatic Colors of #E274CB
Black with #E274CB
Text Example
Text Example
White with #E274CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E274CB; }
p { color: rgb(226,116,203); }
H1.HeaderClassName
{
color: #E274CB;
}
.AnyTagClassName
{
color: #E274CB;
}
</style>
background-color css
<style>
a { background-color: #E274CB; }
a { background-color: rgb(226,116,203); }
div.DivClassName
{
background-color: #E274CB;
}
.BgClassName
{
background-color: #E274CB;
}
</style>
border-color css
<style>
span { border-color: #E274CB; }
span { border-color: rgb(226,116,203); }
td.TdClassName
{
border-color: #E274CB;
}
.TagClassName
{
border-color: #E274CB;
}
</style>