Shades of Orchid #EB6FDF
Tints of Orchid #EB6FDF
RGB
CMYK
RGB Variations
Color information
#EB6FDF (or 0xEB6FDF) is known color: Orchid. HEX triplet: EB, 6F and DF. RGB value is (235,111,223). Sum of RGB (Red+Green+Blue) = 235+111+223=569 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.30% from 569); Green value is 111 (43.75% from 255 or 19.51% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6FDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6FDF is #149020. Grayscale: #A0A0A0. Windows color (decimal): -1347617 or 14643179. OLE color: 14643179.
HSL color Cylindrical-coordinate representation of color #EB6FDF: hue angle of 305.81º 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 #EB6FDF is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 111 | 223 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.08 |
| HSL | 305.81º | 0.76% | 0.68% | - |
| HSV(B) | 305.81º | 0.53% | 0.92% | - |
| XYZ | 53.26 | 34.36 | 73.64 | - |
| YUV | 160.84 | 163.08 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 111 | 223 | 0 | 0.53 | 0.05 | 0.08 | 305.81 | 0.76 | 0.68 |
| Hex | EB | 6F | DF | 0 | 35 | 5 | 8 | 132 | 4C | 44 |
| Octal | 353 | 157 | 337 | 0 | 65 | 5 | 10 | 462 | 114 | 104 |
| Binary | 11101011 | 1101111 | 11011111 | 0 | 110101 | 101 | 1000 | 100110010 | 1001100 | 1000100 |
Color Harmonies of #EB6FDF
Complementary color
Monochromatic Colors of #EB6FDF
Black with #EB6FDF
Text Example
Text Example
White with #EB6FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6FDF; }
p { color: rgb(235,111,223); }
H1.HeaderClassName
{
color: #EB6FDF;
}
.AnyTagClassName
{
color: #EB6FDF;
}
</style>
background-color css
<style>
a { background-color: #EB6FDF; }
a { background-color: rgb(235,111,223); }
div.DivClassName
{
background-color: #EB6FDF;
}
.BgClassName
{
background-color: #EB6FDF;
}
</style>
border-color css
<style>
span { border-color: #EB6FDF; }
span { border-color: rgb(235,111,223); }
td.TdClassName
{
border-color: #EB6FDF;
}
.TagClassName
{
border-color: #EB6FDF;
}
</style>