Shades of Orchid #EA6CE2
Tints of Orchid #EA6CE2
RGB
CMYK
RGB Variations
Color information
#EA6CE2 (or 0xEA6CE2) is known color: Orchid. HEX triplet: EA, 6C and E2. RGB value is (234,108,226). Sum of RGB (Red+Green+Blue) = 234+108+226=568 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.20% from 568); Green value is 108 (42.58% from 255 or 19.01% from 568); Blue value is 226 (88.67% from 255 or 39.79% from 568); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6CE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6CE2 is #15931D. Grayscale: #9E9E9E. Windows color (decimal): -1413918 or 14839018. OLE color: 14839018.
HSL color Cylindrical-coordinate representation of color #EA6CE2: hue angle of 303.81º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EA6CE2 is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 108 | 226 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.08 |
| HSL | 303.81º | 0.75% | 0.67% | - |
| HSV(B) | 303.81º | 0.54% | 0.92% | - |
| XYZ | 53.02 | 33.71 | 75.66 | - |
| YUV | 159.13 | 165.74 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 108 | 226 | 0 | 0.54 | 0.03 | 0.08 | 303.81 | 0.75 | 0.67 |
| Hex | EA | 6C | E2 | 0 | 36 | 3 | 8 | 130 | 4B | 43 |
| Octal | 352 | 154 | 342 | 0 | 66 | 3 | 10 | 460 | 113 | 103 |
| Binary | 11101010 | 1101100 | 11100010 | 0 | 110110 | 11 | 1000 | 100110000 | 1001011 | 1000011 |
Color Harmonies of #EA6CE2
Complementary color
Monochromatic Colors of #EA6CE2
Black with #EA6CE2
Text Example
Text Example
White with #EA6CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6CE2; }
p { color: rgb(234,108,226); }
H1.HeaderClassName
{
color: #EA6CE2;
}
.AnyTagClassName
{
color: #EA6CE2;
}
</style>
background-color css
<style>
a { background-color: #EA6CE2; }
a { background-color: rgb(234,108,226); }
div.DivClassName
{
background-color: #EA6CE2;
}
.BgClassName
{
background-color: #EA6CE2;
}
</style>
border-color css
<style>
span { border-color: #EA6CE2; }
span { border-color: rgb(234,108,226); }
td.TdClassName
{
border-color: #EA6CE2;
}
.TagClassName
{
border-color: #EA6CE2;
}
</style>