#EA6FDA

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

Shades of Orchid #EA6FDA

Tints of Orchid #EA6FDA

Color information

#EA6FDA (or 0xEA6FDA) is unknown color: approx Orchid. HEX triplet: EA, 6F and DA. RGB value is (234,111,218). Sum of RGB (Red+Green+Blue) = 234+111+218=563 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.56% from 563); Green value is 111 (43.75% from 255 or 19.72% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6FDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6FDA is #159025. Grayscale: #9F9F9F. Windows color (decimal): -1413158 or 14315498. OLE color: 14315498.

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

Color convert

RGB234111218-
CMYK00.530.070.08
HSL307.8º74.55%67.65%-
HSV(B)307.8º52.56%91.76%-
XYZ52.2733.9270.12-
YUV159.98160.75180.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.56%
GREEN value IS 111 (43.75% from 255) = 19.72%
BLUE value IS 218 (85.55% from 255) = 38.72%
R=41.56%
G=19.72%
B=38.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411121800.530.070.08307.874.5567.65
HexEA6FDA035781344b44
Octal352157332065710464113104
Binary111010101101111110110100110101111100010011010010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6FDA; }

 p { color: rgb(234,111,218); }

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

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

 a { background-color: rgb(234,111,218); }

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

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

 span { border-color: rgb(234,111,218); }

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