Shades of Orchid #EA75DC
Tints of Orchid #EA75DC
RGB
CMYK
RGB Variations
Color information
#EA75DC (or 0xEA75DC) is known color: Orchid. HEX triplet: EA, 75 and DC. RGB value is (234,117,220). Sum of RGB (Red+Green+Blue) = 234+117+220=571 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.98% from 571); Green value is 117 (46.09% from 255 or 20.49% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 234 - color contains mainly: red. Hex color #EA75DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA75DC is #158A23. Grayscale: #A3A3A3. Windows color (decimal): -1411620 or 14448106. OLE color: 14448106.
HSL color Cylindrical-coordinate representation of color #EA75DC: hue angle of 307.18º 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 #EA75DC is Cyan = 0, Magento = 0.5, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 117 | 220 | - |
| CMYK | 0 | 0.5 | 0.06 | 0.08 |
| HSL | 307.18º | 0.74% | 0.69% | - |
| HSV(B) | 307.18º | 0.5% | 0.92% | - |
| XYZ | 53.21 | 35.38 | 71.74 | - |
| YUV | 163.73 | 159.76 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 117 | 220 | 0 | 0.5 | 0.06 | 0.08 | 307.18 | 0.74 | 0.69 |
| Hex | EA | 75 | DC | 0 | 32 | 6 | 8 | 133 | 4A | 45 |
| Octal | 352 | 165 | 334 | 0 | 62 | 6 | 10 | 463 | 112 | 105 |
| Binary | 11101010 | 1110101 | 11011100 | 0 | 110010 | 110 | 1000 | 100110011 | 1001010 | 1000101 |
Color Harmonies of #EA75DC
Complementary color
Monochromatic Colors of #EA75DC
Black with #EA75DC
Text Example
Text Example
White with #EA75DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA75DC; }
p { color: rgb(234,117,220); }
H1.HeaderClassName
{
color: #EA75DC;
}
.AnyTagClassName
{
color: #EA75DC;
}
</style>
background-color css
<style>
a { background-color: #EA75DC; }
a { background-color: rgb(234,117,220); }
div.DivClassName
{
background-color: #EA75DC;
}
.BgClassName
{
background-color: #EA75DC;
}
</style>
border-color css
<style>
span { border-color: #EA75DC; }
span { border-color: rgb(234,117,220); }
td.TdClassName
{
border-color: #EA75DC;
}
.TagClassName
{
border-color: #EA75DC;
}
</style>