Shades of Orchid #E270CF
Tints of Orchid #E270CF
RGB
CMYK
RGB Variations
Color information
#E270CF (or 0xE270CF) is known color: Orchid. HEX triplet: E2, 70 and CF. RGB value is (226,112,207). Sum of RGB (Red+Green+Blue) = 226+112+207=545 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.47% from 545); Green value is 112 (44.14% from 255 or 20.55% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 226 - color contains mainly: red. Hex color #E270CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E270CF is #1D8F30. Grayscale: #9C9C9C. Windows color (decimal): -1937201 or 13594850. OLE color: 13594850.
HSL color Cylindrical-coordinate representation of color #E270CF: hue angle of 310º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E270CF is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 112 | 207 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.11 |
| HSL | 310º | 0.66% | 0.66% | - |
| HSV(B) | 310º | 0.5% | 0.89% | - |
| XYZ | 48.42 | 32.26 | 62.71 | - |
| YUV | 156.92 | 156.27 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 112 | 207 | 0 | 0.50 | 0.08 | 0.11 | 310 | 0.66 | 0.66 |
| Hex | E2 | 70 | CF | 0 | 32 | 8 | B | 136 | 42 | 42 |
| Octal | 342 | 160 | 317 | 0 | 62 | 10 | 13 | 466 | 102 | 102 |
| Binary | 11100010 | 1110000 | 11001111 | 0 | 110010 | 1000 | 1011 | 100110110 | 1000010 | 1000010 |
Color Harmonies of #E270CF
Complementary color
Monochromatic Colors of #E270CF
Black with #E270CF
Text Example
Text Example
White with #E270CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E270CF; }
p { color: rgb(226,112,207); }
H1.HeaderClassName
{
color: #E270CF;
}
.AnyTagClassName
{
color: #E270CF;
}
</style>
background-color css
<style>
a { background-color: #E270CF; }
a { background-color: rgb(226,112,207); }
div.DivClassName
{
background-color: #E270CF;
}
.BgClassName
{
background-color: #E270CF;
}
</style>
border-color css
<style>
span { border-color: #E270CF; }
span { border-color: rgb(226,112,207); }
td.TdClassName
{
border-color: #E270CF;
}
.TagClassName
{
border-color: #E270CF;
}
</style>