#EA79D9

Color #EA79D9 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #EA79D9

Tints of Orchid #EA79D9

Color information

#EA79D9 (or 0xEA79D9) is unknown color: approx Orchid. HEX triplet: EA, 79 and D9. RGB value is (234,121,217). Sum of RGB (Red+Green+Blue) = 234+121+217=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 121 (47.66% from 255 or 21.15% from 572); Blue value is 217 (85.16% from 255 or 37.94% from 572); Max value from RGB is 234 - color contains mainly: red. Hex color #EA79D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA79D9 is #158626. Grayscale: #A5A5A5. Windows color (decimal): -1410599 or 14252522. OLE color: 14252522.

HSL color Cylindrical-coordinate representation of color #EA79D9: hue angle of 309.03º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EA79D9 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB234121217-
CMYK00.480.070.08
HSL309.03º72.9%69.61%-
HSV(B)309.03º48.29%91.76%-
XYZ53.2936.1869.82-
YUV165.73156.94176.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 40.91%
GREEN value IS 121 (47.66% from 255) = 21.15%
BLUE value IS 217 (85.16% from 255) = 37.94%
R=40.91%
G=21.15%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412121700.480.070.08309.0372.969.61
HexEA79D9030781354946
Octal352171331060710465111106
Binary111010101111001110110010110000111100010011010110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA79D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA79D9; }

 p { color: rgb(234,121,217); }

 H1.HeaderClassName
 {
   color: #EA79D9;
 }
 .AnyTagClassName
 {
   color: #EA79D9;
 }
</style>
background-color css

<style>
 a { background-color: #EA79D9; }

 a { background-color: rgb(234,121,217); }

 div.DivClassName
 {
   background-color: #EA79D9;
 }
 .BgClassName
 {
   background-color: #EA79D9;
 }
</style>
border-color css

<style>
 span { border-color: #EA79D9; }

 span { border-color: rgb(234,121,217); }

 td.TdClassName
 {
   border-color: #EA79D9;
 }
 .TagClassName
 {
   border-color: #EA79D9;
 }
</style>