#EA78D5

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

Shades of Orchid #EA78D5

Tints of Orchid #EA78D5

Color information

#EA78D5 (or 0xEA78D5) is unknown color: approx Orchid. HEX triplet: EA, 78 and D5. RGB value is (234,120,213). Sum of RGB (Red+Green+Blue) = 234+120+213=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 120 (47.27% from 255 or 21.16% from 567); Blue value is 213 (83.59% from 255 or 37.57% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EA78D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA78D5 is #15872A. Grayscale: #A4A4A4. Windows color (decimal): -1410859 or 13990122. OLE color: 13990122.

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

Color convert

RGB234120213-
CMYK00.490.090.08
HSL311.05º73.08%69.41%-
HSV(B)311.05º48.72%91.76%-
XYZ52.6635.7367.07-
YUV164.69155.27177.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.27%
GREEN value IS 120 (47.27% from 255) = 21.16%
BLUE value IS 213 (83.59% from 255) = 37.57%
R=41.27%
G=21.16%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412021300.490.090.08311.0573.0869.41
HexEA78D5031981374945
Octal3521703250611110467111105
Binary1110101011110001101010101100011001100010011011110010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA78D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA78D5; }

 p { color: rgb(234,120,213); }

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

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

 a { background-color: rgb(234,120,213); }

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

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

 span { border-color: rgb(234,120,213); }

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