Shades of Orchid #EB6FE0
Tints of Orchid #EB6FE0
RGB
CMYK
RGB Variations
Color information
#EB6FE0 (or 0xEB6FE0) is known color: Orchid. HEX triplet: EB, 6F and E0. RGB value is (235,111,224). Sum of RGB (Red+Green+Blue) = 235+111+224=570 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.23% from 570); Green value is 111 (43.75% from 255 or 19.47% from 570); Blue value is 224 (87.89% from 255 or 39.30% from 570); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6FE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6FE0 is #14901F. Grayscale: #A0A0A0. Windows color (decimal): -1347616 or 14708715. OLE color: 14708715.
HSL color Cylindrical-coordinate representation of color #EB6FE0: hue angle of 305.32º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EB6FE0 is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 111 | 224 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.08 |
| HSL | 305.32º | 0.76% | 0.68% | - |
| HSV(B) | 305.32º | 0.53% | 0.92% | - |
| XYZ | 53.4 | 34.41 | 74.35 | - |
| YUV | 160.96 | 163.58 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 111 | 224 | 0 | 0.53 | 0.05 | 0.08 | 305.32 | 0.76 | 0.68 |
| Hex | EB | 6F | E0 | 0 | 35 | 5 | 8 | 131 | 4C | 44 |
| Octal | 353 | 157 | 340 | 0 | 65 | 5 | 10 | 461 | 114 | 104 |
| Binary | 11101011 | 1101111 | 11100000 | 0 | 110101 | 101 | 1000 | 100110001 | 1001100 | 1000100 |
Color Harmonies of #EB6FE0
Complementary color
Monochromatic Colors of #EB6FE0
Black with #EB6FE0
Text Example
Text Example
White with #EB6FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6FE0; }
p { color: rgb(235,111,224); }
H1.HeaderClassName
{
color: #EB6FE0;
}
.AnyTagClassName
{
color: #EB6FE0;
}
</style>
background-color css
<style>
a { background-color: #EB6FE0; }
a { background-color: rgb(235,111,224); }
div.DivClassName
{
background-color: #EB6FE0;
}
.BgClassName
{
background-color: #EB6FE0;
}
</style>
border-color css
<style>
span { border-color: #EB6FE0; }
span { border-color: rgb(235,111,224); }
td.TdClassName
{
border-color: #EB6FE0;
}
.TagClassName
{
border-color: #EB6FE0;
}
</style>