Shades of Orchid #EA75D0
Tints of Orchid #EA75D0
RGB
CMYK
RGB Variations
Color information
#EA75D0 (or 0xEA75D0) is known color: Orchid. HEX triplet: EA, 75 and D0. RGB value is (234,117,208). Sum of RGB (Red+Green+Blue) = 234+117+208=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 117 (46.09% from 255 or 20.93% from 559); Blue value is 208 (81.64% from 255 or 37.21% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EA75D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA75D0 is #158A2F. Grayscale: #A2A2A2. Windows color (decimal): -1411632 or 13661674. OLE color: 13661674.
HSL color Cylindrical-coordinate representation of color #EA75D0: hue angle of 313.33º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EA75D0 is Cyan = 0, Magento = 0.5, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 117 | 208 | - |
| CMYK | 0 | 0.5 | 0.11 | 0.08 |
| HSL | 313.33º | 0.74% | 0.69% | - |
| HSV(B) | 313.33º | 0.5% | 0.92% | - |
| XYZ | 51.68 | 34.77 | 63.66 | - |
| YUV | 162.36 | 153.76 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 117 | 208 | 0 | 0.5 | 0.11 | 0.08 | 313.33 | 0.74 | 0.69 |
| Hex | EA | 75 | D0 | 0 | 32 | B | 8 | 139 | 4A | 45 |
| Octal | 352 | 165 | 320 | 0 | 62 | 13 | 10 | 471 | 112 | 105 |
| Binary | 11101010 | 1110101 | 11010000 | 0 | 110010 | 1011 | 1000 | 100111001 | 1001010 | 1000101 |
Color Harmonies of #EA75D0
Complementary color
Monochromatic Colors of #EA75D0
Black with #EA75D0
Text Example
Text Example
White with #EA75D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA75D0; }
p { color: rgb(234,117,208); }
H1.HeaderClassName
{
color: #EA75D0;
}
.AnyTagClassName
{
color: #EA75D0;
}
</style>
background-color css
<style>
a { background-color: #EA75D0; }
a { background-color: rgb(234,117,208); }
div.DivClassName
{
background-color: #EA75D0;
}
.BgClassName
{
background-color: #EA75D0;
}
</style>
border-color css
<style>
span { border-color: #EA75D0; }
span { border-color: rgb(234,117,208); }
td.TdClassName
{
border-color: #EA75D0;
}
.TagClassName
{
border-color: #EA75D0;
}
</style>