Shades of Orchid #E570CB
Tints of Orchid #E570CB
RGB
CMYK
RGB Variations
Color information
#E570CB (or 0xE570CB) is known color: Orchid. HEX triplet: E5, 70 and CB. RGB value is (229,112,203). Sum of RGB (Red+Green+Blue) = 229+112+203=544 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.10% from 544); Green value is 112 (44.14% from 255 or 20.59% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 229 - color contains mainly: red. Hex color #E570CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E570CB is #1A8F34. Grayscale: #9D9D9D. Windows color (decimal): -1740597 or 13332709. OLE color: 13332709.
HSL color Cylindrical-coordinate representation of color #E570CB: hue angle of 313.33º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E570CB is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 112 | 203 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.10 |
| HSL | 313.33º | 0.69% | 0.67% | - |
| HSV(B) | 313.33º | 0.51% | 0.9% | - |
| XYZ | 48.89 | 32.56 | 60.21 | - |
| YUV | 157.36 | 153.76 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 112 | 203 | 0 | 0.51 | 0.11 | 0.10 | 313.33 | 0.69 | 0.67 |
| Hex | E5 | 70 | CB | 0 | 33 | B | A | 139 | 45 | 43 |
| Octal | 345 | 160 | 313 | 0 | 63 | 13 | 12 | 471 | 105 | 103 |
| Binary | 11100101 | 1110000 | 11001011 | 0 | 110011 | 1011 | 1010 | 100111001 | 1000101 | 1000011 |
Color Harmonies of #E570CB
Complementary color
Monochromatic Colors of #E570CB
Black with #E570CB
Text Example
Text Example
White with #E570CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E570CB; }
p { color: rgb(229,112,203); }
H1.HeaderClassName
{
color: #E570CB;
}
.AnyTagClassName
{
color: #E570CB;
}
</style>
background-color css
<style>
a { background-color: #E570CB; }
a { background-color: rgb(229,112,203); }
div.DivClassName
{
background-color: #E570CB;
}
.BgClassName
{
background-color: #E570CB;
}
</style>
border-color css
<style>
span { border-color: #E570CB; }
span { border-color: rgb(229,112,203); }
td.TdClassName
{
border-color: #E570CB;
}
.TagClassName
{
border-color: #E570CB;
}
</style>