Shades of Orchid #EB74DF
Tints of Orchid #EB74DF
RGB
CMYK
RGB Variations
Color information
#EB74DF (or 0xEB74DF) is known color: Orchid. HEX triplet: EB, 74 and DF. RGB value is (235,116,223). Sum of RGB (Red+Green+Blue) = 235+116+223=574 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.94% from 574); Green value is 116 (45.70% from 255 or 20.21% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 235 - color contains mainly: red. Hex color #EB74DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB74DF is #148B20. Grayscale: #A3A3A3. Windows color (decimal): -1346337 or 14644459. OLE color: 14644459.
HSL color Cylindrical-coordinate representation of color #EB74DF: hue angle of 306.05º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EB74DF is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 116 | 223 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.08 |
| HSL | 306.05º | 0.75% | 0.69% | - |
| HSV(B) | 306.05º | 0.51% | 0.92% | - |
| XYZ | 53.83 | 35.48 | 73.82 | - |
| YUV | 163.78 | 161.42 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 116 | 223 | 0 | 0.51 | 0.05 | 0.08 | 306.05 | 0.75 | 0.69 |
| Hex | EB | 74 | DF | 0 | 33 | 5 | 8 | 132 | 4B | 45 |
| Octal | 353 | 164 | 337 | 0 | 63 | 5 | 10 | 462 | 113 | 105 |
| Binary | 11101011 | 1110100 | 11011111 | 0 | 110011 | 101 | 1000 | 100110010 | 1001011 | 1000101 |
Color Harmonies of #EB74DF
Complementary color
Monochromatic Colors of #EB74DF
Black with #EB74DF
Text Example
Text Example
White with #EB74DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB74DF; }
p { color: rgb(235,116,223); }
H1.HeaderClassName
{
color: #EB74DF;
}
.AnyTagClassName
{
color: #EB74DF;
}
</style>
background-color css
<style>
a { background-color: #EB74DF; }
a { background-color: rgb(235,116,223); }
div.DivClassName
{
background-color: #EB74DF;
}
.BgClassName
{
background-color: #EB74DF;
}
</style>
border-color css
<style>
span { border-color: #EB74DF; }
span { border-color: rgb(235,116,223); }
td.TdClassName
{
border-color: #EB74DF;
}
.TagClassName
{
border-color: #EB74DF;
}
</style>